mirror of
https://github.com/1f349/orchid.git
synced 2024-12-21 23:54:12 +00:00
Parallel testing is cool
This commit is contained in:
parent
fc837761cc
commit
55bfc13457
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user