mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Test --preload in CI
Part of the opcache variation job.
This commit is contained in:
parent
1015eefffe
commit
d6368f7232
1 changed files with 8 additions and 0 deletions
|
@ -61,3 +61,11 @@ jobs:
|
|||
${{ parameters.runTestsParameters }}
|
||||
-d zend_extension=opcache.so
|
||||
-d opcache.interned_strings_buffer=0
|
||||
- template: test.yml
|
||||
parameters:
|
||||
configurationName: ${{ parameters.configurationName }}
|
||||
runTestsName: 'Preload'
|
||||
runTestsParameters: >-
|
||||
${{ parameters.runTestsParameters }}
|
||||
-d zend_extension=opcache.so
|
||||
--preload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue