From 1be2496518815862725f0d306075571afd8b58d4 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Sun, 4 Jan 2026 16:53:05 +0200 Subject: [PATCH] use -j=16 in ci nextest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b157618e7..a47b77683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,4 +102,4 @@ jobs: if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile - name: Run tests - run: cargo nextest run -j=4 --no-fail-fast --locked --all-features --all-targets + run: cargo nextest run -j=16 --no-fail-fast --locked --all-features --all-targets