Skip to content

Commit

Permalink
don't run tests in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Aug 6, 2024
1 parent 429b50f commit 3fced5c
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 @@ -31,7 +31,7 @@ validate:
.PHONY: test
test: ## Run the tests
@echo "\033[0;33m[Running tests...]\033[0m"
@terraform test --verbose
@terraform test
@echo "${OK}"

.PHONY: formatting
Expand Down

0 comments on commit 3fced5c

Please sign in to comment.