aboutsummaryrefslogtreecommitdiff
path: root/server/store/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/store/config_test.go')
-rw-r--r--server/store/config_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/store/config_test.go b/server/store/config_test.go
index f262b57..9a77027 100644
--- a/server/store/config_test.go
+++ b/server/store/config_test.go
@@ -9,6 +9,7 @@ import (
)
func TestMySQLConfig(t *testing.T) {
+ t.Parallel()
var tests = []struct {
in string
out []string
@@ -26,6 +27,7 @@ func TestMySQLConfig(t *testing.T) {
}
func TestMongoConfig(t *testing.T) {
+ t.Parallel()
var tests = []struct {
in string
out *mgo.DialInfo