summaryrefslogtreecommitdiff
path: root/patch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'patch_test.go')
-rw-r--r--patch_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch_test.go b/patch_test.go
index 2d52fb4..291c705 100644
--- a/patch_test.go
+++ b/patch_test.go
@@ -6,6 +6,7 @@ import (
)
func TestPatch(t *testing.T) {
+ t.Parallel()
repo := createTestRepo(t)
defer cleanupTestRepo(t, repo)