Skip to content

Commit

Permalink
ci: reduce amount of workers for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Feb 13, 2024
1 parent a1d6b6c commit a0ff295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
},
test: {
$env: "file:.env",
_ci: "jest --maxWorkers=2",
_default: "jest",
coverage: "bsm ~ -- --coverage",
},
Expand Down

0 comments on commit a0ff295

Please sign in to comment.