Skip to content

Commit

Permalink
test(endtoend): Enabled managed-db tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Oct 19, 2023
1 parent 72c08a4 commit 16a207e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/endtoend/endtoend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ func TestReplay(t *testing.T) {
}
},
Enabled: func() bool {
if len(os.Getenv("CI")) > 0 {
return false
}
return len(os.Getenv("SQLC_AUTH_TOKEN")) > 0
},
},
Expand Down

0 comments on commit 16a207e

Please sign in to comment.