We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f26102 commit 5b2b295Copy full SHA for 5b2b295
.github/workflows/node.js.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- 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
+ run: NODE_VERSION=${{ matrix.node-version }} MAX_JOBS=6 npm run test:parallel
19
20
test-bun:
21
runs-on: ubuntu-latest
@@ -24,4 +24,4 @@ jobs:
24
25
26
- name: Run parallel tests in Docker (Bun)
27
- run: RUNTIME=bun MAX_JOBS=4 npm run test:parallel
+ run: RUNTIME=bun MAX_JOBS=6 npm run test:parallel
0 commit comments