Skip to content

Commit

Permalink
Make Clippy fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlittle committed Oct 25, 2021
1 parent 29bb6ca commit a042399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -134,5 +134,5 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features -- -D warnings

0 comments on commit a042399

Please sign in to comment.