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-08 22:21:58 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-10 00:29:22 +0300
commit869c13967330ac14fcdac18d8e10bc6c8c08b6db (patch)
tree70f673b11ccf96719ed8e2a67edb86d4739569bc
parentf2598bb7ad1bedf368b4a84182a187733e412d63 (diff)
protoc-gen-gitaly-lint: Enable tests in sha256 mode
These tests know nothing of object hashes and so are safe to run.
-rw-r--r--tools/protoc-gen-gitaly-lint/lint_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/protoc-gen-gitaly-lint/lint_test.go b/tools/protoc-gen-gitaly-lint/lint_test.go
index 8ab86c3f5..02b18241c 100644
--- a/tools/protoc-gen-gitaly-lint/lint_test.go
+++ b/tools/protoc-gen-gitaly-lint/lint_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package main
import (