Skip to content

Commit d2c7da0

Browse files
Temporarily comment out excluding other os in rpc-tests
1 parent 3322074 commit d2c7da0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rpc-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- ubuntu-jammy-16-cores-arm64
2121
# Intel
2222
- macos-13
23-
exclude:
23+
# exclude:
2424
# Only run Linux x64 tests on pull request to save some time
25-
- sys: ${{ github.event_name != 'push' && 'ubuntu-jammy-16-cores-arm64' }}
26-
- sys: ${{ github.event_name != 'push' && 'macos-13' }}
25+
# - sys: ${{ github.event_name != 'push' && 'ubuntu-jammy-16-cores-arm64' }}
26+
# - sys: ${{ github.event_name != 'push' && 'macos-13' }}
2727
runs-on: ${{ matrix.sys }}
2828
steps:
2929
- uses: stellar/quickstart@main

0 commit comments

Comments
 (0)