Skip to content

Commit 5b2b295

Browse files
committed
MAX_JOBS=6
1 parent 8f26102 commit 5b2b295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Run parallel tests in Docker (Node.js ${{ matrix.node-version }})
18-
run: NODE_VERSION=${{ matrix.node-version }} MAX_JOBS=4 npm run test:parallel
18+
run: NODE_VERSION=${{ matrix.node-version }} MAX_JOBS=6 npm run test:parallel
1919

2020
test-bun:
2121
runs-on: ubuntu-latest
@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Run parallel tests in Docker (Bun)
27-
run: RUNTIME=bun MAX_JOBS=4 npm run test:parallel
27+
run: RUNTIME=bun MAX_JOBS=6 npm run test:parallel

0 commit comments

Comments
 (0)