Skip to content

Commit 60d62eb

Browse files
authored
Speedup clippy in CI
Use --no-depa
1 parent 37ba461 commit 60d62eb

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
@@ -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)