From fb8c67250f6fe86f24ec3b565c0df1b983d20489 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 3 Aug 2023 15:04:37 +0200 Subject: [PATCH] Don't test without opcache on push It's very rare for something to fail with opcache but not without opcache. One valuable information lost here is whether something is cause by opcache/JIT. But this can be verified locally when assessing the problem. Alternatively we may look into triggering specific jobs on-demand. --- .github/workflows/push.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f61340486f189..03b410886b17a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -66,8 +66,6 @@ jobs: uses: ./.github/actions/install-linux - name: Setup uses: ./.github/actions/setup-x64 - - name: Test - uses: ./.github/actions/test-linux - name: Test Tracing JIT uses: ./.github/actions/test-linux with: @@ -114,8 +112,6 @@ jobs: run: make -j$(/usr/bin/nproc) >/dev/null - name: make install uses: ./.github/actions/install-linux-x32 - - name: Test - uses: ./.github/actions/test-linux - name: Test Tracing JIT uses: ./.github/actions/test-linux with: @@ -145,8 +141,6 @@ jobs: make -j$(sysctl -n hw.logicalcpu) >/dev/null - name: make install run: sudo make install - - name: Test - uses: ./.github/actions/test-macos - name: Test Tracing JIT uses: ./.github/actions/test-macos with: