We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae28d0 commit 67a0225Copy full SHA for 67a0225
.github/workflows/ci.yml
@@ -100,6 +100,7 @@ jobs:
100
php-version: 8.4
101
tools: infection
102
- uses: ramsey/composer-install@v3
103
- - run: infection --min-msi=64 --min-covered-msi=70 --threads=4
+ - run: |
104
+ infection --min-msi=64 --min-covered-msi=70 "--threads=$(nproc)"
105
env:
106
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
0 commit comments