Merge pull request #241 from cakebaker/ci_use_test_all

ci: use `--all` when running `cargo test`
This commit is contained in:
Krysztal Huang
2024-10-30 16:37:14 +08:00
committed by GitHub
+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