mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 13:25:17 +00:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
test:
|
|
cargo test --workspace --all-targets --no-fail-fast
|
|
|
|
miri:
|
|
cargo +nightly miri test --no-fail-fast
|
|
|
|
shuttle:
|
|
cargo nextest run --features shuttle --test parallel
|
|
|
|
all: test miri
|