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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97ea5138..7da3bd8e4 100644
--- a/Makefile
+++ b/Makefile
@@ -345,6 +345,7 @@ test-ruby: rspec
.PHONY: test-go
## Run Go tests.
test-go: prepare-tests
+ ${Q}GIT2GO_BUILD_TAGS="${GIT2GO_BUILD_TAGS},test"
${Q}$(call run_go_tests)
.PHONY: test