Skip to content

Commit

Permalink
ci: force clippy to fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 9, 2023
1 parent d49a451 commit 4a86d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Clippy
with:
command: clippy
args: --workspace --all-features --all-targets
args: --workspace --all-features --all-targets -D warnings
doc:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4a86d33

Please sign in to comment.