Skip to content

Commit

Permalink
Rust: add --no-deps to clippy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Dec 19, 2024
1 parent 2e15077 commit 2ff0394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Clippy
shell: bash
run: |
cargo clippy -- -D warnings
cargo clippy --no-deps -- -D warnings
rust-code:
runs-on: ubuntu-latest
defaults:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Clippy
shell: bash
run: |
cargo clippy -- -D warnings
cargo clippy --no-deps -- -D warnings
rust-codegen:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2ff0394

Please sign in to comment.