diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d6653..66a2222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests - run: vendor/bin/phpunit tests + run: vendor/bin/phpunit tests --testdox --color=always