Skip to content

Commit

Permalink
Add verbosity again to see what's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 8, 2024
1 parent 03507be commit 0be1cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ jobs:

- name: Run Soroban RPC Integration Tests
run: |
go test -race -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/...
go test -race -v -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/...
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func NewTest(t *testing.T, cfg *TestConfig) *Test {
i.sqlitePath = path.Join(i.t.TempDir(), "soroban_rpc.sqlite")
}

if parallel {
if parallel && false {
t.Parallel()
}

Expand Down

0 comments on commit 0be1cd6

Please sign in to comment.