Replace cargo test with cargo check in CI

This commit is contained in:
2026-06-01 11:52:13 +02:00
parent e03e591a2e
commit 2f59eae1af
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --workspace
- run: cargo test --workspace
- run: cargo check --workspace --all-targets
build:
needs: check