We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1789c23 commit e94d0f3Copy full SHA for e94d0f3
.github/workflows/Coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Coverage
25
env:
26
- NODE_OPTIONS: "--expose-gc"
+ NODE_OPTIONS: "--expose-gc --max_old_space_size=25000"
27
# coverage has trouble fetching data for some reason in the CI,
28
# I don't actually care about the test results (that's tested above)
29
# so ignore any failure here
0 commit comments