loro/justfile

10 lines
134 B
Makefile
Raw Normal View History

2022-07-20 16:39:19 +00:00
build:
cargo build
test:
cargo nextest run
# test without proptest
test-fast:
RUSTFLAGS='--cfg no_proptest' cargo nextest run