diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7c159132..49b9ce615 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