Skip to content

Commit 296fc59

Browse files
committed
add --no-deps to clippy
1 parent 2302a8b commit 296fc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
${{ runner.os }}-target-${{ matrix.rust }}-
6969
7070
- name: Run clippy
71-
run: cargo clippy --all-targets --all-features -- -D warnings
71+
run: cargo clippy --all-targets --all-features --no-deps -- -D warnings
7272

7373
- name: Run tests
7474
run: cargo test --all-features

0 commit comments

Comments
 (0)