blob: 0522fc7bba208ddb614d163d81ff4011608e9bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|