We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c1ebb commit b5339e0Copy full SHA for b5339e0
.github/workflows/main.yml
@@ -45,6 +45,6 @@ jobs:
45
46
- name: Test
47
working-directory: test
48
- run: yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=2GB # https://github.com/facebook/jest/issues/11956
+ run: yarn test
49
env:
50
NODE_OPTIONS: --max_old_space_size=4096
0 commit comments