From 736f5c4320dfcd16ac7d13a8e7ae88a721add2a4 Mon Sep 17 00:00:00 2001 From: Scott Winkler Date: Fri, 17 Nov 2023 00:22:36 -0800 Subject: [PATCH] update docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed94d16fbd..e09f446673 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 (^TestAcc$) + TF_ACC=1 go test -v -cover -timeout 30m build-local: ## build the binary locally go build -o $(BASE_BINARY_NAME) .