ci: use --all when running cargo test

This commit is contained in:
Daniel Hofstetter
2024-10-07 07:32:50 +02:00
parent 350681c65c
commit a631fba84c
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo test --all
fmt:
name: cargo fmt --all -- --check