mirror of https://github.com/telemt/telemt.git
Fix cargo check command to remove unnecessary --lib flag
This commit is contained in:
parent
1259e63295
commit
9aae874735
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue