Fix cargo check command to remove unnecessary --lib flag

This commit is contained in:
David Osipov
2026-03-23 12:47:05 +04:00
parent 1259e63295
commit 9aae874735
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-cargo-
- name: Compile (no tests)
run: cargo check --workspace --all-features --lib --bins --verbose
run: cargo check --workspace --all-features --bins --verbose
- name: Run tests (single pass)
run: cargo test --workspace --all-features --verbose