Skip to content

Commit

Permalink
Make clippy fail on warnings in the codechecks CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Dec 23, 2022
1 parent 5152fb7 commit 1794f6b
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 @@ -49,7 +49,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets --all-features -- -D warnings

- name: Docs
run: cargo doc --workspace --exclude koto_cli
Expand Down

0 comments on commit 1794f6b

Please sign in to comment.