Skip to content

Commit b80d84e

Browse files
authored
Add wasm tests
1 parent 79cfacd commit b80d84e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,17 @@ jobs:
5151
RUST_LOG: DEBUG
5252
RUST_BACKTRACE: full
5353

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+
env:
66+
RUST_LOG: DEBUG
67+
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)