Skip to content

Commit 46a5d3c

Browse files
committed
test: increase file descriptor limit
1 parent 87605d6 commit 46a5d3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ jobs:
314314
- name: Version Check
315315
run: ./scripts/prebuilt.js
316316

317+
- name: Increase file descriptor limit
318+
if: runner.os == 'macOS'
319+
run: ulimit -n 4096
320+
317321
- name: Run tests
318322
run: node scripts/test.js -all
319323

0 commit comments

Comments
 (0)