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 f725d3d commit 7e051ddCopy full SHA for 7e051dd
.github/workflows/main.yml
@@ -34,8 +34,8 @@ jobs:
34
- run: rustup update stable && rustup default stable
35
- run: rustup component add clippy
36
# Only check cargo lib for now
37
- # TODO: even with `-p` clippy seems to check other packages if in a workspace.
38
- - run: cargo clippy -p cargo --lib -- -D warnings
+ # TODO: check every memberds
+ - run: cargo clippy -p cargo --lib --no-deps -- -D warnings
39
40
test:
41
runs-on: ${{ matrix.os }}
0 commit comments