salsa/justfile
Niko Matsakis 9f95b37af9 add a justfile for convenience
This should really be synchronized with the
codespaces and github configuration but...
I'm not clever enough to do all that.
2024-08-04 02:23:10 -04:00

7 lines
143 B
Makefile

test:
cargo test --workspace --all-features --all-targets
miri:
cargo +nightly miri test --no-fail-fast --all-features
all: test miri