Skip to content

Commit

Permalink
ci: use cargo hack to test but no need to use powerset
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent f823e83 commit 1c9a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: cd ${{ matrix.crate }} && cargo hack check --clean-per-run --feature-powerset $COMMON_FLAGS

- name: Test ${{ matrix.crate }} Every feature tag
run: cd ${{ matrix.crate }} && cargo hack test --clean-per-run --each-feature $COMMON_FLAGS
run: cd ${{ matrix.crate }} && cargo hack test --clean-per-run --each-feature --no-dev-deps

0 comments on commit 1c9a77d

Please sign in to comment.