Skip to content

Commit 188e639

Browse files
committed
Test
1 parent e849759 commit 188e639

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

.github/workflows/nightly.yml

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
uses: mxschmitt/[email protected]
428432
- name: Notify Slack
429433
if: failure()
430434
uses: ./.github/actions/notify-slack

0 commit comments

Comments
 (0)