Skip to content

Commit 7e9e4fb

Browse files
committed
Remove redundant thread argument
1 parent e661196 commit 7e9e4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
tools: infection
102102
- uses: ramsey/composer-install@v3
103103
- run: |
104-
infection --min-msi=65 --min-covered-msi=70 --threads=4 "--threads=$(nproc)"
104+
infection --min-msi=65 --min-covered-msi=70 "--threads=$(nproc)"
105105
env:
106106
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)