Parallel testing is cool

This commit is contained in:
Melon 2024-06-09 00:09:07 +01:00
parent fc837761cc
commit 55bfc13457
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -159,6 +159,7 @@ func TestPebbleRenewal(t *testing.T) {
for _, i := range tests {
t.Run(i.name, func(t *testing.T) {
t.Parallel()
service, db2 := setupPebbleTest(t, serverTls)
defer deconstructPebbleTest(t, service)
//goland:noinspection SqlWithoutWhere