replace test shell script with justfile

rename
pantonshire 2 years ago
parent 9487a7f533
commit 14effd44c5

@ -0,0 +1,6 @@
nightly := 'cargo +nightly'
rustc_nightly_flags := '-Z randomize-layout'
test:
RUST_FLAGS='{{rustc_nightly_flags}}' {{nightly}} miri test

@ -1,3 +0,0 @@
#!/bin/bash
RUSTFLAGS='-Z randomize-layout' cargo +nightly miri test
Loading…
Cancel
Save