We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8391ed8 commit 5456885Copy full SHA for 5456885
.github/workflows/wasm.yml
@@ -7,13 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v1
10
- - name: Install WASM tool chain
11
- run: rustup target add wasm32-unknown-unknown
12
- - name: Install wasm-pack
13
- run: cargo install wasm-pack
14
- - name: Install Node.js
15
- uses: actions/setup-node@v1
16
- - name: Install Chrome Webdriver
17
- run: npm i -g chromedriver@80.0.2
+ - name: Install wasm-pack
+ run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
18
- name: Run WASM test cases
19
run: wasm-pack test --headless --chrome -- --lib
0 commit comments