Skip to content

Commit

Permalink
Add -v for make quicktest
Browse files Browse the repository at this point in the history
change commit message to trigger build
  • Loading branch information
loosebazooka committed Jan 21, 2020
1 parent 51111e9 commit 77d06fc
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 @@ -114,7 +114,7 @@ checks: $(BUILD_DIR)

.PHONY: quicktest
quicktest:
@ ./hack/gotest.sh -short -timeout=60s ./...
@ ./hack/gotest.sh -v -short -timeout=60s ./...

.PHONY: install
install: $(GO_FILES) $(BUILD_DIR)
Expand Down

0 comments on commit 77d06fc

Please sign in to comment.