From 43678e8d62796ff9373da078c0cb03bd0bf075b2 Mon Sep 17 00:00:00 2001 From: Benno Zeeman Date: Wed, 11 Dec 2024 16:47:46 +0100 Subject: [PATCH] ci: thread=1 for test --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 60faed6af6..756bb6ef3c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -222,7 +222,7 @@ jobs: # only these unit tests require a network, the rest are run above in unit test section - name: Run autonomi --tests - run: cargo test --package autonomi --tests -- --nocapture + run: cargo test --package autonomi --tests -- --nocapture --test-threads=1 env: ANT_LOG: "v" # only set the target dir for windows to bypass the linker issue.