Skip to content

Commit

Permalink
Deny warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Dec 12, 2024
1 parent 4e212f9 commit d5ee025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo fmt --all -- --files-with-diff --check

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

- name: Install cargo-machete
run: cargo install cargo-machete
Expand Down

0 comments on commit d5ee025

Please sign in to comment.