diff options
Diffstat (limited to 'cmd/zip2zip/zip2zip_test.go')
-rw-r--r-- | cmd/zip2zip/zip2zip_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/zip2zip/zip2zip_test.go b/cmd/zip2zip/zip2zip_test.go index 2c4e00569..e6ac0bf5c 100644 --- a/cmd/zip2zip/zip2zip_test.go +++ b/cmd/zip2zip/zip2zip_test.go @@ -416,6 +416,7 @@ func errorString(e error) string { } func TestZip2Zip(t *testing.T) { + t.Parallel() for _, testCase := range testCases { t.Run(testCase.name, func(t *testing.T) { inputBuf := &bytes.Buffer{} @@ -472,6 +473,7 @@ func TestZip2Zip(t *testing.T) { } func TestConstantPartOfPattern(t *testing.T) { + t.Parallel() testCases := []struct{ in, out string }{ { in: "", |