From 2eb81371670dea0e87d17fd09ab3765215713d0e Mon Sep 17 00:00:00 2001 From: vato007 Date: Thu, 2 Apr 2026 17:04:22 +1030 Subject: [PATCH] Stop specifying number of threads in ci build --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4526bc4..6c57511 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,4 +12,4 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 # Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once - - run: cargo test --release -j6 -- --test-threads=1 + - run: cargo test --release