Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fargher <jfargher@gitlab.com>2022-11-10 01:06:37 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-10 01:36:44 +0300
commit73b6417d6c9ca8d52d715fa5f80d712791e21a1d (patch)
treef1e596a793969cbfa41a5b1ec5b10b544b75e4e7
parent533f1f85fd89438fb4575b38120d415717bcac1f (diff)
git: Allow checksum tests to run in sha256 mode
Now that these tests are more clearly object hash agnostic, we can run these tests in sha256 mode.
-rw-r--r--internal/git/checksum_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/git/checksum_test.go b/internal/git/checksum_test.go
index dc1f8e8b6..857dd292d 100644
--- a/internal/git/checksum_test.go
+++ b/internal/git/checksum_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package git
import (