Skip to content

Commit c7930ff

Browse files
committed
Turn off parallel test runs
1 parent 883a0c1 commit c7930ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: yarn lint
3232
test-node:
3333
strategy:
34+
max-parallel: 1
3435
matrix:
3536
version: [18, 20, 22, 24]
3637
runs-on: ubuntu-latest
@@ -55,7 +56,7 @@ jobs:
5556
run: yarn test
5657
test-bun:
5758
runs-on: ubuntu-latest
58-
needs: [lint]
59+
needs: [test-node]
5960
steps:
6061
- uses: actions/checkout@v6
6162
with:

0 commit comments

Comments
 (0)