diff --git a/Makefile b/Makefile index cec767ff..23972208 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ run: test: export RUST_BACKTRACE = 1 test: $(info RUSTFLAGS is $(RUSTFLAGS)) - cargo test -- --test-threads=1 + cargo nextest r bench: $(info RUSTFLAGS is $(RUSTFLAGS))