Skip to content

Commit

Permalink
Test --preload in CI
Browse files Browse the repository at this point in the history
Part of the opcache variation job.
  • Loading branch information
nikic committed Jul 30, 2021
1 parent 1015eef commit d6368f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure/opcache_variation_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6368f7

Please sign in to comment.