mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Revert "test(server): disable file parallelism to avoid CI failures"
This reverts commit 17f27e520c1f3775522000835ec89b75e930bbee.
This commit is contained in:
parent
641d2b0527
commit
a5c6a8e0a9
@ -19,7 +19,6 @@ export default defineConfig(() => ({
|
|||||||
provider: 'v8' as const,
|
provider: 'v8' as const,
|
||||||
reporter: [ "text", "html" ]
|
reporter: [ "text", "html" ]
|
||||||
},
|
},
|
||||||
fileParallelism: false,
|
|
||||||
pool: "threads"
|
pool: "threads"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user