Skip to content

Commit

Permalink
Update clippy test to use all features
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Jan 30, 2025
1 parent 4e90832 commit c844f25
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 @@ -54,7 +54,7 @@ jobs:
override: true
components: "clippy"
- name: Run clippy
run: cargo clippy -- -D warnings
run: cargo clippy --all-features --all-targets -- -D warnings

fmt:
name: Run rustfmt
Expand Down

0 comments on commit c844f25

Please sign in to comment.