refactor: Update rust_build_test.yml

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

View file

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