Skip to content

Commit

Permalink
[FIX] clippy deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Jan 12, 2025
1 parent 56cdb48 commit d3d1d5e
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 @@ -27,7 +27,7 @@ jobs:
- name: Check Formating
run: cargo +stable fmt --all -- --check
- name: Run Clippy
run: cargo +stable clippy --workspace --all-targets --all-features -D warnings
run: cargo +stable clippy --workspace --all-targets --all-features -- --deny warnings
- name: Build
run: cargo +stable build --workspace --all-targets --all-features
- name: Run tests
Expand Down

0 comments on commit d3d1d5e

Please sign in to comment.