Skip to content

Commit 5cd0208

Browse files
committed
Don't test macOS & i386 without opcache on push
It should be incredibly rare for something to fail only without opcache while also being platform specific. We're keeping opcache-less tests for x64 Linux, macOS and i386 will continue to be tested without opcache in nightly. Closes GH-11867
1 parent ca5d482 commit 5cd0208

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push.yml

-4
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ jobs:
114114
run: make -j$(/usr/bin/nproc) >/dev/null
115115
- name: make install
116116
uses: ./.github/actions/install-linux-x32
117-
- name: Test
118-
uses: ./.github/actions/test-linux
119117
- name: Test Tracing JIT
120118
uses: ./.github/actions/test-linux
121119
with:
@@ -145,8 +143,6 @@ jobs:
145143
make -j$(sysctl -n hw.logicalcpu) >/dev/null
146144
- name: make install
147145
run: sudo make install
148-
- name: Test
149-
uses: ./.github/actions/test-macos
150146
- name: Test Tracing JIT
151147
uses: ./.github/actions/test-macos
152148
with:

0 commit comments

Comments
 (0)