chore: refine cmd

This commit is contained in:
Zixuan Chen 2022-10-26 23:30:15 +08:00
parent 95e514b329
commit bb60c71175

View file

@ -2,12 +2,15 @@ build:
cargo build
test *FLAGS:
RUST_BACKTRACE=full cargo nextest run {{FLAGS}}
RUST_BACKTRACE=full cargo nextest run --features=fuzzing {{FLAGS}}
test-all:
cargo nextest run --features=fuzzing &
just _quickfuzz
test-prop:
cargo nextest run --features=proptest
_quickfuzz:
cd crates/loro-core && just quick-fuzz