Skip to content

Commit d0cbb54

Browse files
committed
ci: use "pool: threads" instead of vmThreads
In the hope to get rid of the segfaults on ci
1 parent 6332d7c commit d0cbb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
},
2525
test: {
2626
environment: 'jsdom',
27-
pool: 'vmThreads',
27+
pool: 'threads',
2828
setupFiles: [path.resolve(__dirname, './setup.js')],
2929
include: ['tests/**/*.spec.ts'],
3030
server: {

0 commit comments

Comments
 (0)