Skip to content

Commit 5fd9c9b

Browse files
authored
Merge pull request #13917 from gitbutlerapp/dp-run-clippy-with-all-features-in-ci
ci: run clippy with more combinations of features
2 parents d5c1a84 + 78b54ab commit 5fd9c9b

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)