Skip to content

Commit

Permalink
Update mutation.yml to use --threads flag for parallel execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Dec 18, 2023
1 parent c2fbedf commit 4f4e7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:

- name: Run infection.
run: |
vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
vendor/bin/roave-infection-static-analysis-plugin --threads=2 --ignore-msi-with-no-mutations --only-covered
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit 4f4e7a1

Please sign in to comment.