replace test shell script with justfile
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
|
||||
|
||||
Loading…
Reference in New Issue