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: