aboutsummaryrefslogtreecommitdiff
path: root/test/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/db.go')
-rw-r--r--test/db.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/db.go b/test/db.go
index 9deec0a8..674fdf5c 100644
--- a/test/db.go
+++ b/test/db.go
@@ -121,6 +121,7 @@ func WithAllDatabases(t *testing.T, testFn func(t *testing.T, db DBType)) {
for dbName, dbType := range dbs {
dbt := dbType
t.Run(dbName, func(tt *testing.T) {
+ tt.Parallel()
testFn(tt, dbt)
})
}