mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 12:56:33 +00:00
7 lines
143 B
Makefile
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
|