Skip to content

Commit

Permalink
[ci] fix cargo hack test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored and jam1garner committed Oct 13, 2023
1 parent 5c2d8fc commit 207ab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
# Note: you might think that we can also pass in `--exclude-all-features` here, but that
# isn't the case because if you pass in a --example, it doesn't run doctests. The below
# expression will run doctests as well.
run: cargo hack --feature-powerset
run: cargo hack test --feature-powerset

0 comments on commit 207ab74

Please sign in to comment.