You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Remove -v from Go tests (#904)
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
This commit is contained in:
@@ -31,7 +31,7 @@ ifeq ($(UNAME_S),Darwin)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GOTEST_MIN = go test -v -timeout 30s
|
GOTEST_MIN = go test -timeout 30s
|
||||||
GOTEST = $(GOTEST_MIN) -race
|
GOTEST = $(GOTEST_MIN) -race
|
||||||
GOTEST_WITH_COVERAGE = $(GOTEST) -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...
|
GOTEST_WITH_COVERAGE = $(GOTEST) -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user