Skip to content

Commit

Permalink
Test more
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 7, 2024
1 parent e9504fd commit fe47be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Test no default features
run: cargo test --no-default-features
- name: Test all features
run: cargo test --all-features
run: cargo test --all --all-features
- uses: taiki-e/install-action@cargo-hack
- name: Check all feature combinations
run: cargo hack check --feature-powerset --no-dev-deps --exclude-features unstable-experimental --exclude-all-features --exclude-no-default-features
- name: Test individual features
run: cargo hack test --each-feature --exclude-features unstable-experimental --exclude-all-features --exclude-no-default-features

0 comments on commit fe47be0

Please sign in to comment.