We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cfacd commit b80d84eCopy full SHA for b80d84e
.github/workflows/ci.yml
@@ -51,3 +51,17 @@ 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
+ env:
62
+ RUST_LOG: DEBUG
63
+ RUST_BACKTRACE: full
64
+ - run: wasm-pack test --headless --firefox
65
66
67
0 commit comments