Skip to content

Commit

Permalink
Add wasm integration tests to CI (#657) (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa authored Apr 12, 2021
1 parent 7d8c327 commit 43725ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,12 @@ jobs:
with:
command: check
args: --target wasm32-unknown-unknown

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Wasm-pack test firefox
run: wasm-pack test --headless --firefox

- name: Wasm-pack test chrome
run: wasm-pack test --headless --chrome

0 comments on commit 43725ac

Please sign in to comment.