We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--all-features
1 parent 9b72d5b commit 07a14edCopy full SHA for 07a14ed
1 file changed
.github/workflows/CI.yml
@@ -33,6 +33,10 @@ jobs:
33
- uses: actions-rs/cargo@v1
34
with:
35
command: test
36
+ - uses: actions-rs/cargo@v1
37
+ with:
38
+ command: test
39
+ args: --all-features
40
41
fmt:
42
name: Rustfmt
0 commit comments