salsa/justfile
Ibraheem Ahmed 0414d89327
Replace loom with shuttle (#876)
* replace loom with shuttle

* inline `empty_cycle_heads`

* ignore failing shuttle test
2025-05-23 15:28:51 +00:00

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