Skip to content

Commit

Permalink
ci: run clippy on test code as well
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored and victorjulien committed Jan 15, 2024
1 parent 259cdf1 commit bedd485
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 @@ -83,5 +83,5 @@ jobs:
echo "::error ::Clippy --fix made changes, please fix"
exit 1
fi
- run: cargo clippy --all-features
- run: cargo clippy --all-features --all-targets
working-directory: rust

0 comments on commit bedd485

Please sign in to comment.