From d30050f0e0f5664ccc3704934bb926c30e12e540 Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 9 Feb 2021 18:43:21 +0530 Subject: [PATCH] run server unit test cases only Signed-off-by: Vivek Singh --- components/infra-proxy-service/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infra-proxy-service/Makefile b/components/infra-proxy-service/Makefile index 6dfae0070ca1..95e6090925f7 100644 --- a/components/infra-proxy-service/Makefile +++ b/components/infra-proxy-service/Makefile @@ -1,6 +1,6 @@ include ../../Makefile.common_go -PACKAGE_PATH = github.com/chef/automate/components/infra-proxy-service +PACKAGE_PATH = github.com/chef/automate/components/infra-proxy-service/server BINS = ${PACKAGE_PATH}/cmd/infra-proxy-service MIGRATION_READMES = storage/postgres/migration/sql/README.md