We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fdfdc commit f7ac011Copy full SHA for f7ac011
tools/cli/test/e2e/cli/split_test.go
@@ -69,6 +69,7 @@ func TestSplitVersionsFilteredOASes(t *testing.T) {
69
70
for _, tc := range testCases {
71
t.Run(tc.name, func(t *testing.T) {
72
+ t.Parallel()
73
folder := tc.env
74
base := getInputPath(t, tc.specType, tc.format, folder)
75
outputPath := getOutputFolder(t, folder) + "/" + tc.specType + "-" + folder + "-" + "output." + tc.format
0 commit comments