9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -272,3 +272,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --target wasm32-unknown-unknown
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user