Skip to content

Commit

Permalink
Fail CI on Clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Sep 17, 2023
1 parent 89b19f9 commit ddf7fed
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 @@ -69,7 +69,7 @@ jobs:
run: just build test

- name: Clippy
run: cargo clippy --all --all-targets
run: cargo clippy --all --all-targets -- -Dwarnings

- name: Format
run: cargo fmt --all -- --check
Expand Down

0 comments on commit ddf7fed

Please sign in to comment.