From 5f34265db6548e3be72b865e41f227137b18474c Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Wed, 1 Jun 2022 22:51:46 +0800 Subject: ci: run database tests against Postgres, MySQL and SQLite (#6996) --- internal/db/two_factors_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/db/two_factors_test.go') 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 + } } } -- cgit v1.2.3