From e02410ba91be80022ed030dd5a3eb31828b00a76 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 12 Jul 2025 21:58:17 +0100 Subject: [PATCH] Run ignored test --- scripts/test.sh | 8 ++++---- src/operation_transformation.rs | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 1f365ba..7089ee8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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 diff --git a/src/operation_transformation.rs b/src/operation_transformation.rs index 82dedef..10bda6d 100644 --- a/src/operation_transformation.rs +++ b/src/operation_transformation.rs @@ -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,