We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b133771 commit 8a0941dCopy full SHA for 8a0941d
.github/workflows/build_test_ubuntu.yml
@@ -22,10 +22,12 @@ jobs:
22
- uses: actions-rs/cargo@v1
23
with:
24
command: build
25
+ args: --all-features
26
27
28
29
command: test
30
31
32
33
appveyor.yml
@@ -40,4 +40,4 @@ install:
40
build: false
41
42
test_script:
43
- - cargo test --verbose
+ - cargo test --all-features --verbose
0 commit comments