Skip to content

Commit 78b54ab

Browse files
committed
ci: run clippy with more combinations of features
1 parent 84095ee commit 78b54ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ jobs:
212212
run: |
213213
rustup component add clippy
214214
cargo clippy --workspace --all-targets -- -D warnings
215+
cargo clippy --workspace --all-targets --no-default-features -- -D warnings
216+
cargo clippy --workspace --all-targets --all-features -- -D warnings
215217
216218
# Find unused cargo dependencies
217219
cargo-machete:

0 commit comments

Comments
 (0)