Remove storage methods with multithreading from wasm32 compilation #133
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TestWASM | |
on: [push] | |
jobs: | |
wasmtest: | |
name: Test WASM | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install wasm-pack | |
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh | |
- name: WASM test | |
run: | | |
source $HOME/.cargo/env | |
cd crates/wasm | |
wasm-pack test --node | |