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
No known key found for this signature in database
GPG Key ID: 0E55C4A47454E82E
1 changed files with 1 additions and 1 deletions

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