tests (#8)
This commit is contained in:
parent
2c4932a941
commit
e0f4656544
2 changed files with 88 additions and 6 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue