Skip to content

Commit 34e87c0

Browse files
committed
#19: update pipeline3
1 parent ed314db commit 34e87c0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,11 @@ jobs:
159159
-d opcache.jit=tracing \
160160
-d zend_test.observer.enabled=1 \
161161
-d zend_test.observer.show_output=0 \
162-
-P -q -x -j2 \
162+
-P -q -x -j4 \
163163
-g FAIL,BORK,LEAK,XLEAK \
164164
--no-progress \
165165
--offline \
166166
--show-diff \
167167
--show-slow 2000 \
168168
--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
169+
--repeat 2

0 commit comments

Comments
 (0)