From 65fbd763c66041e90dee340ce5bef4e92c77a3c1 Mon Sep 17 00:00:00 2001 From: sword_smith Date: Mon, 8 Apr 2024 00:27:35 +0200 Subject: [PATCH] Use nextest through Makefile test recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))