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:
push:
@ -19,9 +19,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: |
cargo test --verbose
echo ${{ github.event.head_commit.message }}
run: cargo test --verbose
build_windows: