diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6e98f5..0856de4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,4 +60,4 @@ jobs: composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }} - name: Execute tests - run: vendor/bin/phpunit --verbose + run: vendor/bin/phpunit