Allow examples and binaries to require features

This commit is contained in:
Jon Gjengset 2022-09-18 14:01:04 -07:00
parent ea198cc499
commit 441dc27e4d

View file

@ -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