Skip to content

Commit 150ebd8

Browse files
committed
test(endtoend): Enabled managed-db tests in CI
1 parent 4ec9bfa commit 150ebd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/endtoend/endtoend_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ func TestReplay(t *testing.T) {
111111
}
112112
},
113113
Enabled: func() bool {
114-
if len(os.Getenv("CI")) > 0 {
115-
return false
116-
}
117114
return len(os.Getenv("SQLC_AUTH_TOKEN")) > 0
118115
},
119116
},

0 commit comments

Comments
 (0)