This commit is contained in:
Matthew Ryan Dillon 2020-11-13 10:32:24 -07:00 committed by GitHub
parent 2c4932a941
commit e0f4656544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 88 additions and 6 deletions

View file

@ -29,11 +29,13 @@ jobs:
- name: install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: check
run: cargo check
- run: cargo check
- name: test
run: wasm-pack test --node
- run: cargo test
- run: wasm-pack test --headless --firefox
- run: wasm-pack test --headless --chrome
build:
runs-on: ubuntu-latest