Skip to content

Commit 56187fe

Browse files
committed
Remove redundant thread argument
1 parent bcc5446 commit 56187fe

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=78 --min-covered-msi=80 --threads=4 "--threads=$(nproc)"
104+
infection --min-msi=78 --min-covered-msi=80 "--threads=$(nproc)"
105105
env:
106106
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)