Skip to content

Commit

Permalink
fix: fixes makefile's script
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <[email protected]>
  • Loading branch information
kislerdm committed Oct 26, 2023
1 parent 50387e0 commit 1da7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test: ## Runs unit tests.
@ echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc: ## Runs acceptance tests.
@ source .env && TF_ACC=1 go test ./... -v -tags acceptance -timeout 120m
@ TF_ACC=1 go test ./... -v -tags acceptance -timeout 120m

docu: ## Generates docu.
@ go generate

0 comments on commit 1da7547

Please sign in to comment.