Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 23, 2024
1 parent 47b1d0c commit cf3897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ test:

testacc:
TF_ACC=1 go test -v -cover -timeout 120m ./...

tests-lint:
@echo "==> Checking acceptance test terraform blocks code with terrafmt..."
@terrafmt diff -f ./internal/provider --check --pattern '*_test.go' --quiet || (echo; \
Expand Down

0 comments on commit cf3897c

Please sign in to comment.