aboutsummaryrefslogtreecommitdiff
path: root/internal/db/two_factors_test.go
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-01 22:51:46 +0800
committerGitHub <noreply@github.com>2022-06-01 22:51:46 +0800
commit5f34265db6548e3be72b865e41f227137b18474c (patch)
tree6452369976b1ef2c2567b68ca73c09e2122a2cd7 /internal/db/two_factors_test.go
parent05cdf8616ba4e9a27a37c68bada31568d495f26a (diff)
ci: run database tests against Postgres, MySQL and SQLite (#6996)
Diffstat (limited to 'internal/db/two_factors_test.go')
-rw-r--r--internal/db/two_factors_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/db/two_factors_test.go b/internal/db/two_factors_test.go
index 20dfae61..c8412213 100644
--- a/internal/db/two_factors_test.go
+++ b/internal/db/two_factors_test.go
@@ -42,6 +42,9 @@ func Test_twoFactors(t *testing.T) {
})
tc.test(t, db)
})
+ if t.Failed() {
+ break
+ }
}
}