Skip to content

Commit 2ff0394

Browse files
author
Paolo Tranquilli
committed
Rust: add --no-deps to clippy checks
1 parent 2e15077 commit 2ff0394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Clippy
4646
shell: bash
4747
run: |
48-
cargo clippy -- -D warnings
48+
cargo clippy --no-deps -- -D warnings
4949
rust-code:
5050
runs-on: ubuntu-latest
5151
defaults:
@@ -64,7 +64,7 @@ jobs:
6464
- name: Clippy
6565
shell: bash
6666
run: |
67-
cargo clippy -- -D warnings
67+
cargo clippy --no-deps -- -D warnings
6868
rust-codegen:
6969
runs-on: ubuntu-latest
7070
steps:

0 commit comments

Comments
 (0)