We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5279185 commit 2b95de6Copy full SHA for 2b95de6
1 file changed
.github/workflows/test-suite.yml
@@ -407,12 +407,16 @@ jobs:
407
uses: ./.github/actions/install-linux
408
- name: Setup
409
uses: ./.github/actions/setup-x64
410
- # We only test with OpCache, the difference in coverage is negligible
411
- - name: Test OpCache
+ - name: Test Tracing JIT
412
uses: ./.github/actions/test-linux
413
with:
414
enableOpcache: true
415
jitType: tracing
+ - name: Test Function JIT
416
+ uses: ./.github/actions/test-linux
417
+ with:
418
+ enableOpcache: true
419
+ jitType: function
420
- name: Generate coverage report
421
if: ${{ !cancelled() }}
422
run: make gcovr-xml
0 commit comments