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