Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Prignano <[email protected]>
  • Loading branch information
MarcelMue and vincepri authored Feb 22, 2021
1 parent d1c8b1b commit 9d37ba7
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 @@ -120,7 +120,7 @@ test: ## Run tests.

.PHONY: test-verbose
test-verbose: ## Run tests with verbose settings.
source ./scripts/fetch_ext_bins.sh; fetch_tools; setup_envs; go test -v ./... $(TEST_ARGS)
TEST_ARGS="$(TEST_ARGS) -v" $(MAKE) test

.PHONY: test-cover
test-cover: ## Run tests with code coverage and code generate reports.
Expand Down

0 comments on commit 9d37ba7

Please sign in to comment.