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:
authorKarthik Nayak <knayak@gitlab.com>2023-04-27 10:30:57 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-04-27 10:50:36 +0300
commit1907833056fda1fd74171b0f5e23283916b0eec0 (patch)
treeaaee5c3afec057e068aaa4c727a3f0c847007798 /cmd/gitaly-wrapper
parent7513feadbde8aecf64e8364c8b2fef90edfa2e50 (diff)
tests: Enable sha256 testing
Some of the tests don't need any modification for being run with sha256 support. Let's remove the build flag block for such tests.
Diffstat (limited to 'cmd/gitaly-wrapper')
-rw-r--r--cmd/gitaly-wrapper/main_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/gitaly-wrapper/main_test.go b/cmd/gitaly-wrapper/main_test.go
index 9eb53340d..c36f1f2ce 100644
--- a/cmd/gitaly-wrapper/main_test.go
+++ b/cmd/gitaly-wrapper/main_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package main
import (