Run ignored test
This commit is contained in:
parent
55b37039ef
commit
e02410ba91
2 changed files with 5 additions and 8 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
wasm-pack build --target web --features wasm,wee_alloc
|
||||
cargo test --verbose
|
||||
wasm-pack build --target web --features wasm
|
||||
cargo test --verbose -- --include-ignored
|
||||
cargo test --features serde
|
||||
cargo test --features wasm,wee_alloc
|
||||
wasm-pack test --node --features wasm,wee_alloc
|
||||
cargo test --features wasm
|
||||
wasm-pack test --node --features wasm
|
||||
|
||||
cd reconcile-js
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue