Skip to content

Commit

Permalink
test: run tests in serial on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-bot committed Jan 7, 2025
1 parent 1a7add6 commit 6d19eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:dev": "ava -w",
"test:ci": "run-p test:ci:*",
"test:ci:types": "tsd",
"test:ci:ava": "c8 -r lcovonly -r text -r json ava -c 4",
"test:ci:ava": "c8 -r lcovonly -r text -r json ava --serial",
"test:ci:vitest": "vitest run"
},
"keywords": [
Expand Down

0 comments on commit 6d19eaa

Please sign in to comment.