mirror of
https://github.com/telemt/telemt.git
synced 2026-08-11 16:53:26 +03:00
Fix cargo check command to remove unnecessary --lib flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user