Skip to content

Commit

Permalink
Elevate clippy warnings to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGhillie authored Jan 16, 2024
1 parent c00f1b8 commit 16b8863
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,6 +69,6 @@ jobs:
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run clippy
run: cargo clippy --workspace --all-targets --all-features
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
- name: Check format
run: cargo fmt --all -- --check

0 comments on commit 16b8863

Please sign in to comment.