Skip to content

Commit

Permalink
Merge pull request #57 from asomers/rustup-clippy
Browse files Browse the repository at this point in the history
Explicitly install clippy during CI
  • Loading branch information
asomers authored Mar 5, 2024
2 parents f56b5af + d8e7777 commit 2efa2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test_task:
- fi
clippy_script:
- if rustc --version | grep -q nightly; then
- rustup component add clippy
- cargo clippy --all-features --all-targets
- fi
audit_script:
Expand Down

0 comments on commit 2efa2b8

Please sign in to comment.