ci: make test running concurrently

This commit is contained in:
Zixuan Chen 2022-11-23 20:02:45 +08:00
parent c04989d046
commit 0fcc8747c9

View file

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