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

View file

@ -133,14 +133,11 @@ mod test {
], [
"pride_and_prejudice.txt",
"room_with_a_view.txt",
"kun_lu.txt",
"blns.txt"
], [
"pride_and_prejudice.txt",
"room_with_a_view.txt",
"kun_lu.txt",
"blns.txt"
], [0..10000, 10000..20000], [0..10000, 10000..20000], [0..10000, 10000..20000])]
], [0..10000], [0..10000, 10000..20000], [0..10000, 10000..20000])]
fn test_merge_files_without_panic(
file_name_1: &str,
file_name_2: &str,