From bc8f49308f1331d0bdea65da3d9683652e1610f1 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 12 Feb 2024 10:03:45 -0500 Subject: [PATCH] Set --j=12 for Windows tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e26b52ca18..30ff966d1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: - name: "Run tests" shell: bash run: | - cargo nextest run --all-features --profile ci + cargo nextest run --all-features --profile ci -j 12 cargo test --all-features --doc cargo-test-wasm: