Skip to content

Commit

Permalink
Tweak integration test invocation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 14, 2024
1 parent 6b7a0c7 commit b3ba569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ jobs:
- name: Run Soroban RPC Integration Tests
run: |
make install_rust
go test -race -timeout 60m -v ./cmd/soroban-rpc/internal/integrationtest/...
go test -race -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/...

0 comments on commit b3ba569

Please sign in to comment.