Skip to content

Commit

Permalink
add feature flags instead of all
Browse files Browse the repository at this point in the history
  • Loading branch information
pvichivanives committed Oct 7, 2024
1 parent f32150b commit 27a37de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: |
cargo build --no-default-features
cargo test --no-default-features
cargo build --all-features
cargo test --all-features
cargo build --features unic --features derive --features card
cargo test --features unic --features derive --features card

0 comments on commit 27a37de

Please sign in to comment.