mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-25 04:27:52 +00:00
9f95b37af9
This should really be synchronized with the codespaces and github configuration but... I'm not clever enough to do all that.
7 lines
No EOL
143 B
Makefile
7 lines
No EOL
143 B
Makefile
test:
|
|
cargo test --workspace --all-features --all-targets
|
|
|
|
miri:
|
|
cargo +nightly miri test --no-fail-fast --all-features
|
|
|
|
all: test miri |