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:
authorToon Claes <toon@gitlab.com>2022-07-08 17:48:23 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:07:24 +0300
commit0af79b0ccfe13d49d4ef4c95bcaf73086f2b1db4 (patch)
treee3bd30aa23b6053750c220de4906d17a0054332a
parentccd4fc13f64a8be8e0fb3d27678285d444436473 (diff)
housekeeping: Run tests in sha256 mode
These tests are object format agnostic, so enable them to run in sha256 mode.
-rw-r--r--internal/git/housekeeping/object_pool_test.go2
-rw-r--r--internal/git/housekeeping/testhelper_test.go2
2 files changed, 0 insertions, 4 deletions
diff --git a/internal/git/housekeeping/object_pool_test.go b/internal/git/housekeeping/object_pool_test.go
index 3290617b6..daf134505 100644
--- a/internal/git/housekeeping/object_pool_test.go
+++ b/internal/git/housekeeping/object_pool_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package housekeeping
import (
diff --git a/internal/git/housekeeping/testhelper_test.go b/internal/git/housekeeping/testhelper_test.go
index ee5123b7c..ccb0e1a28 100644
--- a/internal/git/housekeeping/testhelper_test.go
+++ b/internal/git/housekeeping/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package housekeeping
import (