Skip to content

Commit

Permalink
Add non verbose as default to infra docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelMue committed Feb 12, 2021
1 parent 24df2f6 commit 19f6929
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/infrastructure/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ help: ## Display this help
## --------------------------------------

.PHONY: test
test: ## Run tests
test: ## Run tests.
go test ./...

.PHONY: test-verbose
test-verbose: ## Run tests with verbose settings.
go test -v ./...

## --------------------------------------
Expand Down

0 comments on commit 19f6929

Please sign in to comment.