diff --git a/deno.json b/deno.json index 1be2b4f7..76b616c8 100644 --- a/deno.json +++ b/deno.json @@ -1,7 +1,7 @@ { "tasks": { "build": "cargo build", - "test": "RUST_BACKTRACE=full cargo nextest run --features=test_utils && deno task test-wasm", + "test": "RUST_BACKTRACE=full cargo nextest run --features=test_utils & deno task test-wasm", "test-all": "deno task test & deno task quick-fuzz", "test-prop": "RUSTFLAGS='--cfg=proptest' cargo nextest run --features=test_utils", "test-wasm": "cd crates/loro-wasm && deno task build && deno task test",