Skip to content

Commit

Permalink
temporarily verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen committed Nov 25, 2023
1 parent b9fbe73 commit 7d7b62b
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 @@ -53,7 +53,7 @@ test:
# based on codecov.io's documentation:
# https://github.com/codecov/example-go/blob/b85638743b972bd0bd2af63421fe513c6f968930/README.md
testci: build buildexamples
AUTOBAHN_TESTS=1 go test $(TEST_ARGS) $(COVERAGE_ARGS) ./...
AUTOBAHN_TESTS=1 go test -v $(TEST_ARGS) $(COVERAGE_ARGS) ./...
.PHONY: testci

testcover: testci
Expand Down

0 comments on commit 7d7b62b

Please sign in to comment.