Skip to content

Commit bf19557

Browse files
committed
build: prepare Windows coverage GitHub Action for pummel tests
The pummel tests result in the Windows coverage runs in CI to exhaust memory, so we need to bump up the heap size.
1 parent dcc810f commit bf19557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
NODE_V8_COVERAGE: ./coverage/tmp
4545
- name: Report
4646
run: npx c8 report
47+
env:
48+
NODE_OPTIONS: --max-old-space-size=8192
4749
- name: Clean tmp
4850
run: npx rimraf ./coverage/tmp
4951
- name: Upload

0 commit comments

Comments
 (0)