Skip to content

Commit

Permalink
Elevate Clippy warnings to errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kauppie committed Mar 16, 2024
1 parent 0a3b3d5 commit f88b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Format check
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy
run: cargo clippy -- -Dwarnings

no_std:
name: Build no_std
Expand Down

0 comments on commit f88b1c8

Please sign in to comment.