mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue