Skip to content

Commit

Permalink
ci: try parallel coverage on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 4, 2024
1 parent f5d2761 commit cdc35ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\"",
Expand Down

0 comments on commit cdc35ca

Please sign in to comment.