Skip to content

Commit

Permalink
👷 CI: Tell clippy to also lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Ali Khan committed Feb 11, 2024
1 parent 9a0f467 commit ece49d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Check common mistakes
run: cargo clippy --all -- -D warnings
run: cargo clippy --tests --all -- -D warnings

0 comments on commit ece49d9

Please sign in to comment.