Skip to content

Commit

Permalink
ci: we can't enable all features due to sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 4, 2023
1 parent f8ee8f1 commit ee73ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cargo check-all-features
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets --tests --bins --all -- -D warnings

check:

Expand Down

0 comments on commit ee73ddf

Please sign in to comment.