diff --git a/justfile b/justfile index e80aa4c..13bba24 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ test: - cargo test --workspace --all-features --all-targets + cargo test --workspace --all-features --all-targets --no-fail-fast miri: cargo +nightly miri test --no-fail-fast --all-features