Skip to content

Commit d6368f7

Browse files
committed
Test --preload in CI
Part of the opcache variation job.
1 parent 1015eef commit d6368f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure/opcache_variation_job.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ jobs:
6161
${{ parameters.runTestsParameters }}
6262
-d zend_extension=opcache.so
6363
-d opcache.interned_strings_buffer=0
64+
- template: test.yml
65+
parameters:
66+
configurationName: ${{ parameters.configurationName }}
67+
runTestsName: 'Preload'
68+
runTestsParameters: >-
69+
${{ parameters.runTestsParameters }}
70+
-d zend_extension=opcache.so
71+
--preload

0 commit comments

Comments
 (0)