Skip to content

Commit

Permalink
Add t.Parallel on the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Dec 13, 2023
1 parent 90e579c commit f0e2e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/k8s/service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import (
)

func Test_extractAPIPorts(t *testing.T) {
t.Parallel()

type args struct {
ports []corev1.ServicePort
}
Expand Down

0 comments on commit f0e2e00

Please sign in to comment.