Skip to content

Commit

Permalink
Update Infection configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 26, 2020
1 parent f09db0a commit b6a54a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Infection score report
run: |
vendor/bin/infection run -j 2
vendor/bin/infection run -j 10
continue-on-error: true

- name: PHP Insights report
Expand Down
2 changes: 1 addition & 1 deletion grumphp.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
phpspec:
verbose: true
infection:
threads: 4
threads: 10
test_framework: phpspec
configuration: infection.json.dist
min_msi: 50
Expand Down

0 comments on commit b6a54a2

Please sign in to comment.