Allow examples and binaries to require features
This commit is contained in:
parent
ea198cc499
commit
441dc27e4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: hack
|
command: hack
|
||||||
args: --feature-powerset check --all-targets
|
args: --feature-powerset check --lib --tests
|
||||||
msrv:
|
msrv:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# we use a matrix here just because env can't be used in job names
|
# we use a matrix here just because env can't be used in job names
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue