We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcad31 commit 821f0abCopy full SHA for 821f0ab
.github/workflows/test.yml
@@ -34,4 +34,4 @@ jobs:
34
- name: Add wasm32 target
35
run: rustup target add wasm32-unknown-unknown
36
- name: Test in headless Chrome
37
- run: wasm-pack test --headless --chrome ${{matrix.package}}
+ run: wasm-pack test --headless --chrome ${{matrix.package}} --all-features
0 commit comments