From 6e70b4d05a1db7c1a28c185f4f9895ec0fa72ff9 Mon Sep 17 00:00:00 2001 From: Scott Winkler Date: Mon, 20 Nov 2023 20:09:42 -0800 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e09f446673..8981fadcd0 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: ## run unit and integration tests go test -v -cover -timeout=30m ./... test-acceptance: ## run acceptance tests - TF_ACC=1 go test -v -cover -timeout 30m + TF_ACC=1 go test -v -cover -timeout=30m ./... build-local: ## build the binary locally go build -o $(BASE_BINARY_NAME) .