From d8278ec8aee8259ac884eb33e1840d02a7645d37 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Thu, 8 Jun 2017 16:08:23 +0000 Subject: [PATCH] Pass all Go build tags to tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 886668437..2f88f8671 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ shell: $(SCOPE_BACKEND_BUILD_UPTODATE) /bin/bash tests: $(SCOPE_BACKEND_BUILD_UPTODATE) $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui.go - ./tools/test -no-go-get + ./tools/test -no-go-get -tags $(GO_BUILD_TAGS) lint: $(SCOPE_BACKEND_BUILD_UPTODATE) ./tools/lint