summaryrefslogtreecommitdiff
path: root/push_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'push_test.go')
-rw-r--r--push_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/push_test.go b/push_test.go
index 8f6e806..f372882 100644
--- a/push_test.go
+++ b/push_test.go
@@ -5,6 +5,7 @@ import (
)
func TestRemotePush(t *testing.T) {
+ t.Parallel()
repo := createBareTestRepo(t)
defer cleanupTestRepo(t, repo)