Skip to content

Commit

Permalink
ci: limit unit test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Aug 31, 2021
1 parent 86fb807 commit b38a1dd
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 @@ -10,7 +10,7 @@
"scripts": {
"clean": "rimraf lib types",
"build": "tsc -p . && cpy src/*.js lib",
"test": "jest",
"test": "jest --maxWorkers 2",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"watch": "watch \"npm run build\" ./src",
Expand Down

0 comments on commit b38a1dd

Please sign in to comment.