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) .