Skip to content

Commit

Permalink
Avoid clippy warnings treated as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Nov 18, 2024
1 parent aa278fd commit 56b4660
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 @@ -47,7 +47,7 @@ jobs:
run: |
cargo check --target x86_64-unknown-linux-gnu
cargo fmt -- --check
cargo clippy --target x86_64-unknown-linux-gnu -- -D warnings
cargo clippy --target x86_64-unknown-linux-gnu
- name: Test
run: |
cargo test --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 56b4660

Please sign in to comment.