Skip to content

Commit 7b72c20

Browse files
committed
* fixes FreeBSD 8
1 parent 9db5a38 commit 7b72c20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-freebsd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)