Run ignored test

This commit is contained in:
Andras Schmelczer 2025-07-12 21:58:17 +01:00
parent 55b37039ef
commit e02410ba91
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 5 additions and 8 deletions

View file

@ -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