Skip to content

Commit

Permalink
ci: Enable all features for our clippy run
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Sep 2, 2024
1 parent 15eb2ff commit 6f97915
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 @@ -55,7 +55,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy --all-targets --all-features -- -D warnings

test:
name: ${{ matrix.target.name }} ${{ matrix.channel }}
Expand Down

0 comments on commit 6f97915

Please sign in to comment.