Skip to content

Commit 583b31a

Browse files
committed
Test function jit in coverage
Should mostly make ext/opcache/jit/zend_jit.c green.
1 parent 40804a6 commit 583b31a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,16 @@ jobs:
407407
uses: ./.github/actions/install-linux
408408
- name: Setup
409409
uses: ./.github/actions/setup-x64
410-
# We only test with OpCache, the difference in coverage is negligible
411-
- name: Test OpCache
410+
- name: Test Tracing JIT
412411
uses: ./.github/actions/test-linux
413412
with:
414413
enableOpcache: true
415414
jitType: tracing
415+
- name: Test Function JIT
416+
uses: ./.github/actions/test-linux
417+
with:
418+
enableOpcache: true
419+
jitType: function
416420
- name: Generate coverage report
417421
if: ${{ !cancelled() }}
418422
run: make gcovr-xml

0 commit comments

Comments
 (0)