Skip to content

Commit ef8d0d6

Browse files
committed
integration: run subtests in parallel
1 parent fc0f90c commit ef8d0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/integration_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ func TestSMK6(t *testing.T) {
303303
} {
304304
tc := tc
305305
t.Run(tc.name, func(t *testing.T) {
306+
t.Parallel()
307+
306308
matchedMetrics := 0
307309
for _, mf := range mfs {
308310
if *mf.Name != tc.metricName {

0 commit comments

Comments
 (0)