aboutsummaryrefslogtreecommitdiff
path: root/internal/db/two_factors_test.go
diff options
context:
space:
mode:
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
+ }
}
}