Skip to content

Commit

Permalink
ci: disable file parallelism for card lib (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jan 6, 2025
1 parent 9993ce0 commit cf7c64f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/card/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => {
include: ['**/*.spec.ts'],
cacheDir: '../../node_modules/.vitest',
pool: 'vmForks',
fileParallelism: false,
},
define: {
'import.meta.vitest': mode !== 'production',
Expand Down

0 comments on commit cf7c64f

Please sign in to comment.