From 97ee55f8362a536a851e8b48a817045fb5744355 Mon Sep 17 00:00:00 2001 From: Chris Mallinson Date: Wed, 10 Sep 2025 14:51:08 -0400 Subject: [PATCH] Bumping parallelism --- .github/actions/cached-seed/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cached-seed/action.yaml b/.github/actions/cached-seed/action.yaml index 4254ce909dc..942cf4d22a9 100644 --- a/.github/actions/cached-seed/action.yaml +++ b/.github/actions/cached-seed/action.yaml @@ -82,7 +82,7 @@ runs: run: | pnpm seed:local test \ --generator ${{ inputs.generator-name }} \ - --parallel 16 \ + --parallel 32 \ ${{ inputs.skip-scripts == 'true' && '--skip-scripts' || '' }} \ ${{ inputs.allow-unexpected-failures == 'true' && '--allow-unexpected-failures' || '' }}