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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-07-20 13:01:12 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-07-20 13:40:47 +0300
commit11ce7f2ca915c4a66078c2ef524fa3f95520c1cb (patch)
tree1b48d63ac1202effc8f7effb7a02dbd88cd3ad58 /internal/git2go
parentbc89db9086449fd0e9857ab24bd92b88e18c8b50 (diff)
git2go: Enable testing of Git2go feature flags with SHA256
The feature flags test for Git2go doesn't access any Git objects, so it can be trivially enabled to test with SHA256.
Diffstat (limited to 'internal/git2go')
-rw-r--r--internal/git2go/featureflags_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/git2go/featureflags_test.go b/internal/git2go/featureflags_test.go
index 86d021f12..e8c65c63b 100644
--- a/internal/git2go/featureflags_test.go
+++ b/internal/git2go/featureflags_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package git2go
import (