From f6132ad818e284fcd59430226db33475c4cf6363 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Fri, 21 Mar 2025 01:07:22 +0000 Subject: [PATCH] test(server): increase test parallelization from 3 to 8 nodes (#11043) --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8486f637a9..5e8b160f42 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -457,8 +457,8 @@ jobs: strategy: fail-fast: false matrix: - node_index: [0, 1, 2] - total_nodes: [3] + node_index: [0, 1, 2, 3, 4, 5, 6, 7] + total_nodes: [8] env: NODE_ENV: test DATABASE_URL: postgresql://affine:affine@localhost:5432/affine