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:24:33 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-10 00:29:22 +0300
commit5203b3016ee64f2b8e6d842a15f3fb3386843166 (patch)
tree3ac62bca0f90e153af1d88b8383a90120d3228ed
parent869c13967330ac14fcdac18d8e10bc6c8c08b6db (diff)
streamio: Enable tests in sha256 mode
These tests know nothing of object hashes and so are safe to run.
-rw-r--r--streamio/stream_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/streamio/stream_test.go b/streamio/stream_test.go
index 296039142..8f7c841fd 100644
--- a/streamio/stream_test.go
+++ b/streamio/stream_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package streamio
import (