diff options
Diffstat (limited to 'blob_test.go')
| -rw-r--r-- | blob_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blob_test.go b/blob_test.go index 2b5ec4f..719d185 100644 --- a/blob_test.go +++ b/blob_test.go @@ -5,6 +5,7 @@ import ( ) func TestCreateBlobFromBuffer(t *testing.T) { + t.Parallel() repo := createTestRepo(t) defer cleanupTestRepo(t, repo) |
