mirror of
https://github.com/telemt/telemt.git
synced 2026-08-13 02:10:47 +03:00
Fix cargo check command to remove unnecessary --lib flag
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
${{ runner.os }}-cargo-
|
${{ runner.os }}-cargo-
|
||||||
|
|
||||||
- name: Compile (no tests)
|
- 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)
|
- name: Run tests (single pass)
|
||||||
run: cargo test --workspace --all-features --verbose
|
run: cargo test --workspace --all-features --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user