We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9209829 commit 79cfacdCopy full SHA for 79cfacd
.github/workflows/ci.yml
@@ -51,11 +51,3 @@ jobs:
51
RUST_LOG: DEBUG
52
RUST_BACKTRACE: full
53
54
- wasm-unit:
55
- runs-on: ubuntu-latest
56
- steps:
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
- - run: wasm-pack test --headless --firefox
0 commit comments