aboutsummaryrefslogtreecommitdiff
path: root/object/commit_serialize_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit_serialize_test.go')
-rw-r--r--object/commit_serialize_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/object/commit_serialize_test.go b/object/commit_serialize_test.go
index 6db48143..4f9856b0 100644
--- a/object/commit_serialize_test.go
+++ b/object/commit_serialize_test.go
@@ -9,7 +9,8 @@ import (
)
func TestCommitSerialize(t *testing.T) {
- testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) {
+ t.Parallel()
+ testgit.ForEachAlgorithm(t, func(t *testing.T, algo objectid.Algorithm) { //nolint:thelper
testRepo := testgit.NewRepo(t, testgit.RepoOptions{ObjectFormat: algo, Bare: true})
_, _, commitID := testRepo.MakeCommit(t, "subject\n\nbody")