Skip to content

Commit

Permalink
Treat warnings as errors when running cargo clippy in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Nov 9, 2023
1 parent 0be42d3 commit f92d687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: Run cargo clippy
run: |
cargo clippy
env:
CI: true

0 comments on commit f92d687

Please sign in to comment.