We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc5446 commit 56187feCopy full SHA for 56187fe
1 file changed
.github/workflows/ci.yml
@@ -101,6 +101,6 @@ jobs:
101
tools: infection
102
- uses: ramsey/composer-install@v3
103
- run: |
104
- infection --min-msi=78 --min-covered-msi=80 --threads=4 "--threads=$(nproc)"
+ infection --min-msi=78 --min-covered-msi=80 "--threads=$(nproc)"
105
env:
106
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments