Skip to content

Commit e07a81e

Browse files
committed
re-trigger tests
1 parent 57d20ae commit e07a81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
mutation-testing:
202202
name: "Mutation Testing"
203203
runs-on: "ubuntu-latest"
204-
needs: ["tests"]
204+
#needs: ["tests"]
205205
if: github.event_name == 'pull_request'
206206

207207
strategy:
@@ -257,7 +257,7 @@ jobs:
257257
restore-keys: |
258258
result-cache-v1-${{ matrix.php-version }}-
259259
260-
- name: "Create coverage"
260+
- name: "Create coverage in parallel"
261261
run: |
262262
php -d pcov.enabled=1 vendor/bin/paratest \
263263
--passthru-php="'-d' 'pcov.enabled=1'" \

0 commit comments

Comments
 (0)