Skip to content

Commit 07a14ed

Browse files
committed
CI: test with --all-features
1 parent 9b72d5b commit 07a14ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- uses: actions-rs/cargo@v1
3434
with:
3535
command: test
36+
- uses: actions-rs/cargo@v1
37+
with:
38+
command: test
39+
args: --all-features
3640

3741
fmt:
3842
name: Rustfmt

0 commit comments

Comments
 (0)