Update rust_build_test.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-14 20:33:43 +03:00 committed by GitHub
parent 296af68715
commit b2aaf905a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: Rust name: Rust Build & Test
on: on:
push: push:
@ -19,9 +19,7 @@ jobs:
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: | run: cargo test --verbose
cargo test --verbose
echo ${{ github.event.head_commit.message }}
build_windows: build_windows: