fix: add more memory to tests action

This commit is contained in:
Daniel Lautzenheiser 2023-01-12 14:51:57 -05:00
parent c5e94ed16d
commit 135562c659

View File

@ -80,6 +80,8 @@ jobs:
yarn install --frozen-lockfile
- name: Test
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: |
yarn test:ci