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 ed314db commit 34e87c0Copy full SHA for 34e87c0
.github/workflows/build.yml
@@ -159,17 +159,11 @@ jobs:
159
-d opcache.jit=tracing \
160
-d zend_test.observer.enabled=1 \
161
-d zend_test.observer.show_output=0 \
162
- -P -q -x -j2 \
+ -P -q -x -j4 \
163
-g FAIL,BORK,LEAK,XLEAK \
164
--no-progress \
165
--offline \
166
--show-diff \
167
--show-slow 2000 \
168
--set-timeout 120 \
169
- --repeat 2
170
- /usr/local/bin/php ../../run-tests.php \
171
- -m \
172
- --no-progress \
173
- --show-diff \
174
- --offline \
175
- --set-timeout 120
+ --repeat 2
0 commit comments