File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151
152152 echo "=== Running Basic Async Tests ==="
153153 /usr/local/bin/php run-tests.php \
154- -P -q -j2 \
154+ -P -v -j2 \
155155 -g FAIL,BORK,LEAK,XLEAK \
156156 --offline \
157157 --show-diff \
@@ -161,7 +161,7 @@ jobs:
161161
162162 echo "=== Running Async Tests with OpCache ==="
163163 /usr/local/bin/php run-tests.php \
164- -P -q -j2 \
164+ -P -v -j2 \
165165 -g FAIL,BORK,LEAK,XLEAK \
166166 --offline \
167167 --show-diff \
@@ -173,7 +173,7 @@ jobs:
173173
174174 echo "=== Running Async Tests with JIT Tracing ==="
175175 /usr/local/bin/php run-tests.php \
176- -P -q -j2 \
176+ -P -v -j2 \
177177 -g FAIL,BORK,LEAK,XLEAK \
178178 --offline \
179179 --show-diff \
@@ -187,7 +187,7 @@ jobs:
187187
188188 echo "=== Running Async Tests with JIT Function ==="
189189 /usr/local/bin/php run-tests.php \
190- -P -q -j2 \
190+ -P -v -j2 \
191191 -g FAIL,BORK,LEAK,XLEAK \
192192 --offline \
193193 --show-diff \
You can’t perform that action at this time.
0 commit comments