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 8446ca5 commit 6853f7fCopy full SHA for 6853f7f
1 file changed
.github/workflows/main.yml
@@ -42,6 +42,10 @@ jobs:
42
with:
43
command: test
44
args: --all-features
45
+ - uses: actions-rs/cargo@v1
46
+ with:
47
+ command: test
48
+ args: --no-default-features
49
50
WASM:
51
runs-on: ubuntu-latest
0 commit comments