Skip to content

Commit

Permalink
Enable all-features for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 6, 2024
1 parent 6bb046c commit 8329db5
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 @@ -47,7 +47,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Clippy
run: cargo clippy --benches --tests -- -D warnings
run: cargo clippy --all-features --benches --tests -- -D warnings

- name: Rustdoc
run: cargo rustdoc --all-features -- -D warnings
Expand Down

0 comments on commit 8329db5

Please sign in to comment.