Skip to content

Commit

Permalink
github: make sure clippy job fail if any warning emitted
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Jun 14, 2022
1 parent e6f9dc4 commit 9f69c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
override: true
# TODO: should we switch to actions-rs/clippy-check?
- name: Lint with clippy
run: cargo clippy
run: cargo clippy -- -Dwarnings

rustfmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f69c5a

Please sign in to comment.