Skip to content

Commit 4fbb1fb

Browse files
committed
integration: run subtests in parallel
1 parent c402006 commit 4fbb1fb

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
@@ -304,6 +304,8 @@ func TestSMK6(t *testing.T) {
304304
} {
305305
tc := tc
306306
t.Run(tc.name, func(t *testing.T) {
307+
t.Parallel()
308+
307309
matchedMetrics := 0
308310
for _, mf := range mfs {
309311
if *mf.Name != tc.metricName {

0 commit comments

Comments
 (0)