Skip to content

Commit

Permalink
[ci] clippy shouldn't check deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Jan 18, 2024
1 parent d33043c commit 7883d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
target
key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-debug-
- run: cargo clippy -- -Dclippy::all -Wclippy::pedantic
- run: cargo clippy --no-deps -- -Dclippy::all -Wclippy::pedantic


rustfmt:
Expand Down

0 comments on commit 7883d00

Please # to comment.