Skip to content

Commit

Permalink
also run clippy on the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 10, 2024
1 parent 605ead3 commit 39a8528
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 @@ -202,4 +202,4 @@ jobs:
toolchain: stable
components: clippy
- name: Lint code with Clippy
run: cargo clippy -- -D warnings
run: cargo clippy --all-targets -- -D warnings

0 comments on commit 39a8528

Please sign in to comment.