Skip to content

Commit

Permalink
Merge pull request #101 from GitGhillie/clippy-warnings
Browse files Browse the repository at this point in the history
Make CI fail on clippy warnings
  • Loading branch information
NiklasEi authored Jan 16, 2024
2 parents c00f1b8 + 16b8863 commit b66bfe9
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 b66bfe9

Please sign in to comment.