mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 13:39:12 +00:00
ci: make test running concurrently
This commit is contained in:
parent
c04989d046
commit
0fcc8747c9
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue