Skip to content

Commit

Permalink
making clippy less salty
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Oct 7, 2023
1 parent 3fb5e47 commit 045653e
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 @@ -61,7 +61,7 @@ jobs:
- name: Clippy
if: runner.os != 'windows'
run: |
cargo clippy --no-deps --all-targets
cargo clippy --no-deps
- name: Cargo test (Debug)
run: cargo test
- name: Cargo test (Release)
Expand Down

0 comments on commit 045653e

Please sign in to comment.