Skip to content

Commit 35ede36

Browse files
committed
debugging
1 parent 5c8223f commit 35ede36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5858
5959
- name: Execute tests
60-
run: composer run test-coverage -- --coverage-text
60+
run: composer run test -- -vvv
6161

6262
- uses: codecov/codecov-action@v1
6363
with:

0 commit comments

Comments
 (0)