mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +00:00
chore: refine cmd
This commit is contained in:
parent
95e514b329
commit
bb60c71175
1 changed files with 4 additions and 1 deletions
5
justfile
5
justfile
|
@ -2,12 +2,15 @@ build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
test *FLAGS:
|
test *FLAGS:
|
||||||
RUST_BACKTRACE=full cargo nextest run {{FLAGS}}
|
RUST_BACKTRACE=full cargo nextest run --features=fuzzing {{FLAGS}}
|
||||||
|
|
||||||
test-all:
|
test-all:
|
||||||
cargo nextest run --features=fuzzing &
|
cargo nextest run --features=fuzzing &
|
||||||
just _quickfuzz
|
just _quickfuzz
|
||||||
|
|
||||||
|
test-prop:
|
||||||
|
cargo nextest run --features=proptest
|
||||||
|
|
||||||
_quickfuzz:
|
_quickfuzz:
|
||||||
cd crates/loro-core && just quick-fuzz
|
cd crates/loro-core && just quick-fuzz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue