Skip to content

Commit 7e051dd

Browse files
committed
ci: avoid checking dependencies when running clippy
1 parent f725d3d commit 7e051dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- run: rustup update stable && rustup default stable
3535
- run: rustup component add clippy
3636
# 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
37+
# TODO: check every memberds
38+
- run: cargo clippy -p cargo --lib --no-deps -- -D warnings
3939

4040
test:
4141
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)