Skip to content

Commit

Permalink
Fail clippy on warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 17, 2024
1 parent 9c437a4 commit 18c17fb
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 @@ -46,6 +46,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 --all-targets --all-features -- -W clippy::doc_markdown
run: cargo clippy --all-targets --all-features -- -W clippy::doc_markdown -Dwarnings
- name: Check format
run: cargo fmt -- --check

0 comments on commit 18c17fb

Please sign in to comment.