Skip to content

Commit 62b395e

Browse files
committed
Debugging CI failure
1 parent b822bf3 commit 62b395e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/server_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func TestServer(t *testing.T) {
8484
}()
8585
require.Eventually(t, func() bool {
8686
_, err := cfg.URL().Read()
87+
t.Log(err)
8788
return err == nil
8889
}, time.Minute, 25*time.Millisecond)
8990
cancelFunc()

0 commit comments

Comments
 (0)