@@ -402,29 +402,33 @@ jobs:
402402 run : sudo make install
403403 - name : Test
404404 uses : ./.github/actions/test-macos
405- - name : Test Tracing JIT
406- if : matrix.arch == 'X64' || !matrix.zts
407- uses : ./.github/actions/test-macos
408- with :
409- jitType : tracing
410- runTestsParameters : >-
411- -d opcache.enable_cli=1
412- - name : Test OpCache
413- uses : ./.github/actions/test-macos
414- with :
415- runTestsParameters : >-
416- -d opcache.enable_cli=1
417- - name : Test Function JIT
418- if : matrix.arch == 'X64' || !matrix.zts
419- uses : ./.github/actions/test-macos
420- with :
421- jitType : function
422- runTestsParameters : >-
423- -d opcache.enable_cli=1
405+ # - name: Test Tracing JIT
406+ # if: matrix.arch == 'X64' || !matrix.zts
407+ # uses: ./.github/actions/test-macos
408+ # with:
409+ # jitType: tracing
410+ # runTestsParameters: >-
411+ # -d opcache.enable_cli=1
412+ # - name: Test OpCache
413+ # uses: ./.github/actions/test-macos
414+ # with:
415+ # runTestsParameters: >-
416+ # -d opcache.enable_cli=1
417+ # - name: Test Function JIT
418+ # if: matrix.arch == 'X64' || !matrix.zts
419+ # uses: ./.github/actions/test-macos
420+ # with:
421+ # jitType: function
422+ # runTestsParameters: >-
423+ # -d opcache.enable_cli=1
424424 - name : Extra tests
425425 uses : ./.github/actions/extra-tests
426426 - name : Verify generated files are up to date
427427 uses : ./.github/actions/verify-generated-files
428+
429+ - name : Tmate
430+ if : failure()
431+ 428432 - name : Notify Slack
429433 if : failure()
430434 uses : ./.github/actions/notify-slack
0 commit comments