From e2d08b16761b29b4b42e9761911df29317f3d907 Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli <> Date: Thu, 21 Dec 2023 22:06:05 +0100 Subject: [PATCH] makefile: use single thread to run integration test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f9e016911e..59f105b1c7 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,7 @@ test-integration-slow: $(cargo) +$(nightly) test integration::$(TEST_FILTER) --features integration \ -Z unstable-options \ -- \ + --test-threads=1 \ -Z unstable-options --report-time test-unit: