We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fcd57 commit 4f6eecbCopy full SHA for 4f6eecb
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
run: cargo build --workspace --verbose
27
28
- name: Lint with clippy
29
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
+ run: cargo clippy -p cli -p shared_lib --all-targets --all-features -- -D warnings
30
31
- name: Run tests
32
run: cargo test --workspace --verbose
README.md
@@ -25,7 +25,7 @@ cargo fmt
25
## Lint
```sh
-cargo clippy --workspace --all-targets --all-features
+cargo clippy -p cli -p shared_lib --all-targets --all-features
```
## Test
0 commit comments