Skip to content

Commit ed56409

Browse files
committed
Improve CI with features
1 parent 2d018ee commit ed56409

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions-rs/cargo@v1
2828
with:
2929
command: check
30+
args: --all-features
3031

3132
test:
3233
name: Test Suite
@@ -46,6 +47,7 @@ jobs:
4647
uses: actions-rs/cargo@v1
4748
with:
4849
command: test
50+
args: --all-features
4951

5052
lints:
5153
name: Lints

0 commit comments

Comments
 (0)