Skip to content

Commit

Permalink
Allow examples and binaries to require features
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Sep 18, 2022
1 parent ea198cc commit 441dc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: hack
args: --feature-powerset check --all-targets
args: --feature-powerset check --lib --tests
msrv:
runs-on: ubuntu-latest
# we use a matrix here just because env can't be used in job names
Expand Down

0 comments on commit 441dc27

Please sign in to comment.