We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869bed commit 007eceeCopy full SHA for 007ecee
.github/workflows/ci.yml
@@ -57,11 +57,7 @@ jobs:
57
- uses: actions/checkout@v2
58
- name: Install
59
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
60
- - run: wasm-pack test --headless --chrome
61
- env:
62
- RUST_LOG: DEBUG
63
- RUST_BACKTRACE: full
64
- - run: wasm-pack test --headless --firefox
+ - run: wasm-pack test --node
65
env:
66
RUST_LOG: DEBUG
67
RUST_BACKTRACE: full
0 commit comments