mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
7 lines
No EOL
158 B
Makefile
7 lines
No EOL
158 B
Makefile
test:
|
|
cargo test --workspace --all-features --all-targets --no-fail-fast
|
|
|
|
miri:
|
|
cargo +nightly miri test --no-fail-fast --all-features
|
|
|
|
all: test miri |