Skip to content

Commit 441dc27

Browse files
committed
Allow examples and binaries to require features
1 parent ea198cc commit 441dc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions-rs/cargo@v1
8383
with:
8484
command: hack
85-
args: --feature-powerset check --all-targets
85+
args: --feature-powerset check --lib --tests
8686
msrv:
8787
runs-on: ubuntu-latest
8888
# we use a matrix here just because env can't be used in job names

0 commit comments

Comments
 (0)