We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a312d commit 8f0bae7Copy full SHA for 8f0bae7
.cirrus.yml
@@ -26,4 +26,4 @@ task:
26
- export CI_NO_IPV6=1
27
- rm -rf junit.xml | true
28
# 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
+ - 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