Update .github/workflows/rust.yml

Removing verbose it's okay, I'm not sure if cargo test tests linking the same binary as cargo build. So I'm not sure if it should be tested, furthermore maybe it makes sense to test in release mode rather than debug mode?

Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
This commit is contained in:
Kreijstal
2024-11-17 07:46:37 +01:00
committed by GitHub
parent 1402db3eba
commit e3ccb26d66
+1 -1
View File
@@ -50,4 +50,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test