Skip to content

Commit

Permalink
ci: Run clippy on all code
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Szepieniec <[email protected]>
  • Loading branch information
Sword-Smith and aszepieniec committed Jan 3, 2025
1 parent 8b28ac6 commit b65c211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets --all-features -- -D warnings

- name: Run cargo test without benches
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit b65c211

Please sign in to comment.