Skip to content

Commit

Permalink
Merge pull request #185 from Gawdl3y/tools/clippy-all-targets
Browse files Browse the repository at this point in the history
Run Clippy against all targets
  • Loading branch information
Gawdl3y authored Jun 10, 2024
2 parents 655377c + b294539 commit 37275eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
save-if: false

- name: Run Clippy
run: cargo clippy
run: cargo clippy --all-targets
env:
RUSTFLAGS: -Dwarnings

Expand Down

0 comments on commit 37275eb

Please sign in to comment.