12 lines
367 B
Diff
12 lines
367 B
Diff
--- a/GNUmakefile 2020-02-20 16:40:00.000000000 +0100
|
|
+++ b/GNUmakefile 2020-03-04 09:51:30.786193388 +0100
|
|
@@ -212,7 +212,7 @@ cov: other-consul dev-build
|
|
rm -f coverage.{sdk,api}.part
|
|
go tool cover -html=coverage.out
|
|
|
|
-test: other-consul dev-build vet test-internal
|
|
+test: other-consul dev-build test-internal
|
|
|
|
go-mod-tidy:
|
|
@echo "--> Running go mod tidy"
|