Skip to content

Commit

Permalink
2 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 24, 2024
1 parent d3cfbb9 commit 4fdd158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
"php var/box.phar compile"
],
"mutation": [
"infection --threads=4 --only-covered"
"infection --threads=2 --only-covered"
],
"mutation-diff-lines": [
"infection --threads=4 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100"
"infection --threads=2 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100"
],
"cs": "phpcs",
"cbf": "phpcbf",
Expand Down

0 comments on commit 4fdd158

Please sign in to comment.