diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 26dd42c..4fb0fc9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,7 +34,9 @@ jobs: continue-on-error: true - name: Run tests - run: npm test + run: npx jest --forceExit --maxWorkers=2 --no-cache + env: + NODE_OPTIONS: --max-old-space-size=4096 - name: Build run: npm run build