Skip to content

Commit 2152e2b

Browse files
committed
debug
1 parent 36b43a6 commit 2152e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
working-directory: src/Turbo
8282
run: |
8383
[ 'lowest' = '${{ matrix.dependency-version }}' ] && export SYMFONY_DEPRECATIONS_HELPER=weak
84-
vendor/bin/simple-phpunit
84+
vendor/bin/simple-phpunit -vvv --debug --testdox
8585
env:
8686
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'

0 commit comments

Comments
 (0)