Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Nov 21, 2023
1 parent 736f5c4 commit 6e70b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) .
Expand Down

0 comments on commit 6e70b4d

Please sign in to comment.