Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
YoEight committed Jul 4, 2024
1 parent c07e899 commit 87a09a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: make misc

tests:
needs: build
needs:
- go-version
- build
name: Tests

strategy:
Expand Down
2 changes: 2 additions & 0 deletions esdb/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ func createTestClient(conn string, container *Container, t *testing.T) *esdb.Cli
t.Fatalf("Unexpected configuration error: %s", err.Error())
}

fmt.Println(spew.Sdump(config))

client, err := esdb.NewClient(config)
if err != nil {
t.Fatalf("Unexpected failure setting up test connection: %s", err.Error())
Expand Down

0 comments on commit 87a09a9

Please sign in to comment.