Skip to content

Commit

Permalink
test: check with and without default features
Browse files Browse the repository at this point in the history
Now that features are being used, every combination needs to be
tested.
  • Loading branch information
crawford committed Oct 13, 2023
1 parent 7b1ddca commit a64090a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
run: cargo fmt --check

- name: Clippy check
run: cargo clippy --no-deps -- --deny=warnings
run: |
cargo clippy --no-deps -- --deny=warnings
cargo clippy --no-deps --no-default-features -- --deny=warnings

0 comments on commit a64090a

Please sign in to comment.