Skip to content

Commit 1d7a054

Browse files
committed
cleanup
1 parent 35ede36 commit 1d7a054

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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 -- -vvv
60+
run: composer run test-coverage -- --coverage-text
6161

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

testbench.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)