Skip to content

Commit bdee2dc

Browse files
committed
Fix: Ensure cargo-check runs with --all-features
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 0dfff67 commit bdee2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions-rs/cargo@v1
3333
with:
3434
command: check
35+
args: --all-features
3536

3637

3738
test:

0 commit comments

Comments
 (0)