test(server): increase test parallelization from 3 to 8 nodes (#11043)

This commit is contained in:
fengmk2
2025-03-21 01:07:22 +00:00
parent fbcb313de8
commit f6132ad818

View File

@@ -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