From 04d8a4e88354dfafbf629b7583f795beb02b994a Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 26 Apr 2026 17:08:45 -0400 Subject: [PATCH] Update .gitea/workflows/balance-check.yml --- .gitea/workflows/balance-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/balance-check.yml b/.gitea/workflows/balance-check.yml index 499ab70..f04a13d 100644 --- a/.gitea/workflows/balance-check.yml +++ b/.gitea/workflows/balance-check.yml @@ -54,7 +54,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Run multi-simulation (5 runs) - run: pnpm --filter @ai-tycoon/game-simulation multirun -- --runs 5 --parallel 2 --strategy persona --ticks 28800 --no-timeseries + run: pnpm --filter @ai-tycoon/game-simulation multirun -- --runs 5 --parallel 5 --strategy persona --ticks 28800 --no-timeseries - name: Interpret results if: always()