diff --git a/justfile b/justfile index 4d60b1e..4589963 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ ci: #!/usr/bin/env bash export CARGO_PROFILE_RELEASE_LTO=false cargo clippy --locked -- -D warnings - QUICKCHECK_TESTS="$((2**18))" RUST_LOG=quickcheck cargo test -- --nocapture + QUICKCHECK_TESTS="$((2**18))" RUST_LOG=quickcheck cargo test -- --nocapture --test-threads=1 release type=DEFAULT_RELEASE: #!/usr/bin/env bash