Skip to content

Commit

Permalink
Deny warnings from clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 6, 2023
1 parent 925eb89 commit 5d17ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
components: clippy

- run: cargo clippy --all-features --all-targets
- run: cargo clippy --all-features --all-targets -- --deny warnings

deny:
name: Cargo Deny
Expand Down

0 comments on commit 5d17ef0

Please sign in to comment.