From e55c713fd47b5576f999543251087d53d3a3cbd9 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:16:38 -0400 Subject: [PATCH] backport of commit 666ad87bd28829f8692dd6cf943e78f90052a9ce (#20311) Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40b6e839302b..fdab28e7cf72 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ bin: prep @CGO_ENABLED=$(CGO_ENABLED) BUILD_TAGS='$(BUILD_TAGS) ui' sh -c "'$(CURDIR)/scripts/build.sh'" testonly: - $(eval BUILD_TAGS += testonly) + $(eval BUILD_TAGS += testonly) # dev creates binaries for testing Vault locally. These are put # into ./bin/ as well as $GOPATH/bin