Skip to content

Commit da08b8b

Browse files
authored
Merge pull request #1552 from NobodyXu/patch-2
Speedup clippy in CI
2 parents 37ba461 + 60d62eb commit da08b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
components: clippy,rustfmt
167167
- uses: extractions/setup-just@v2
168168
- name: Run cargo clippy
169-
run: just clippy -D warnings -A unknown-lints
169+
run: just clippy -D warnings -A unknown-lints --no-deps
170170
- name: Run cargo doc
171171
run: just doc
172172
- name: Run cargo fmt

0 commit comments

Comments
 (0)