Skip to content

Commit

Permalink
Disable CLI integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Apr 3, 2024
1 parent 84ca477 commit 6297160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
go: [1.22]
test: ['.*CLI.*', '^Test(([^C])|(C[^L])|(CL[^I])).*$']
runs-on: ${{ matrix.os }}
env:
SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true
Expand All @@ -127,4 +126,4 @@ jobs:
- name: Run Soroban RPC Integration Tests
run: |
make install_rust
go test -race -run '${{ matrix.test }}' -timeout 60m -v ./cmd/soroban-rpc/internal/test/...
go test -race -timeout 60m -v ./cmd/soroban-rpc/internal/test/...

0 comments on commit 6297160

Please sign in to comment.