loro/justfile
2022-07-21 00:39:19 +08:00

9 lines
134 B
Makefile

build:
cargo build
test:
cargo nextest run
# test without proptest
test-fast:
RUSTFLAGS='--cfg no_proptest' cargo nextest run