Skip to content

Commit ffebf0a

Browse files
committed
TEMP: run all rpc-tests
1 parent 1fac7a7 commit ffebf0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rpc-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- ubuntu-jammy-8-cores-arm64
2424
# Apple Intel (this runner has better support to nested virtualization)
2525
- macos-15-large
26-
exclude:
26+
# exclude:
2727
# Only run Linux x64 on non-release PRs to save CI minutes
28-
- sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'ubuntu-jammy-8-cores-arm64' }}
29-
- sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'macos-15-large' }}
28+
# - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'ubuntu-jammy-8-cores-arm64' }}
29+
# - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'macos-15-large' }}
3030
runs-on: ${{ matrix.sys }}
3131
env:
3232
TEST_THREADS: ${{ contains(matrix.sys, 'macos') && '2' || '4' }} # macOS has limited resources

0 commit comments

Comments
 (0)