Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prevent vitest segfault on github CI runner #715

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

LingyuCoder
Copy link
Collaborator

Summary

related to vitest-dev/vitest#3143 and nodejs/node#54735

Related Links

@LingyuCoder LingyuCoder requested a review from easy1090 January 21, 2025 03:43
Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit fd55ab2
🔍 Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/678f17f7037de50008c7e111
😎 Deploy Preview https://deploy-preview-715--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@LingyuCoder LingyuCoder enabled auto-merge (squash) January 21, 2025 03:46
@LingyuCoder LingyuCoder merged commit 08989ca into main Jan 21, 2025
8 checks passed
@LingyuCoder LingyuCoder deleted the chore/vitest-segfault branch January 21, 2025 03:47
@@ -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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can move this flag to vitest.config.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants