Skip to content

Commit 8f0bae7

Browse files
committed
Re-enable test runner parallelism
1 parent 33a312d commit 8f0bae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ task:
2626
- export CI_NO_IPV6=1
2727
- rm -rf junit.xml | true
2828
# Specify opcache.preload_user as we're running as root.
29-
- sapi/cli/php run-tests.php -P -q -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.preload_user=root
29+
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.preload_user=root

0 commit comments

Comments
 (0)