We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185789 commit eed58b2Copy full SHA for eed58b2
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
if: |
24
steps.cache-pnpm-cache.outputs.cache-hit != 'true' ||
25
steps.cache-node-modules.outputs.cache-hit != 'true'
26
- - run: pnpm run test:coverage
+ - run: pnpm run test:coverage --maxWorkers=1
27
env:
28
CI: true
29
PROGRESS: none
vitest.config.ts
@@ -36,8 +36,7 @@ export default defineConfig({
36
'src/utils/useMountMergeState/*.{ts,tsx}',
37
],
38
},
39
- maxWorkers: 3,
40
- testTimeout: 60_00, // 60 seconds
+ testTimeout: 60_0000, // 60 seconds
41
globals: true,
42
43
// 添加兼容性配置
0 commit comments