Skip to content

Commit

Permalink
chore: prevent vitest segfault on github CI runner (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Jan 21, 2025
1 parent 7ab19a4 commit 08989ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm run ut",
"test:all": "pnpm run test && pnpm run e2e",
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
"ut": "vitest run",
"ut": "vitest run --pool=forks",
"ut:watch": "vitest"
},
"nano-staged": {
Expand Down

0 comments on commit 08989ca

Please sign in to comment.