From cdc35cab852d8549ac62b65ef5f9d28aa532f8b1 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 4 Jan 2024 09:26:26 +0100 Subject: [PATCH] ci: try parallel coverage on github actions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6251bb7dc..e94b05efa 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "pretest": "npm run lint", "test": "vitest run --typecheck --workspace vitest.workspace.mts", "test:runtime": "npm run test -- --project runtime", - "test:coverage": "npm run test:runtime -- --coverage --pool=forks --run", + "test:coverage": "npm run test:runtime -- --coverage --run", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate", "prettier": "prettier --write \"{,**/}*.{mts,ts,tsx,js,json,md}\"",