mirror of
https://github.com/1f349/orchid.git
synced 2024-12-22 08:04:10 +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 {
|
for _, i := range tests {
|
||||||
t.Run(i.name, func(t *testing.T) {
|
t.Run(i.name, func(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
service, db2 := setupPebbleTest(t, serverTls)
|
service, db2 := setupPebbleTest(t, serverTls)
|
||||||
defer deconstructPebbleTest(t, service)
|
defer deconstructPebbleTest(t, service)
|
||||||
//goland:noinspection SqlWithoutWhere
|
//goland:noinspection SqlWithoutWhere
|
||||||
|
Loading…
Reference in New Issue
Block a user