mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
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
This commit is contained in:
parent
ca5d48213a
commit
5cd0208e9f
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -114,8 +114,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 +143,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:
|
||||
|
Loading…
Reference in New Issue
Block a user