Skip to content

Commit

Permalink
Enable clippy for test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Dec 4, 2024
1 parent 8cb8f38 commit ed62968
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 @@ -28,4 +28,4 @@ jobs:
run: cargo fmt -- --check --config group_imports=StdExternalCrate
- name: Clippy
if: matrix.os == 'ubuntu-latest' && matrix.rust == 'stable'
run: cargo clippy -- -D warnings -W clippy::pedantic
run: cargo clippy --tests -- -D warnings

0 comments on commit ed62968

Please sign in to comment.