Skip to content

Commit

Permalink
ci: fail on clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 9, 2023
1 parent 1e7d0f4 commit f9409de
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 f9409de

Please sign in to comment.