Skip to content

Commit

Permalink
8 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 24, 2024
1 parent 4fdd158 commit 6d65f30
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=2 --only-covered"
"infection --threads=8 --only-covered"
],
"mutation-diff-lines": [
"infection --threads=2 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100"
"infection --threads=8 --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 6d65f30

Please sign in to comment.