diff --git a/Makefile b/Makefile index 9f11a76e6989dc18aefc0d310731aa7f2406eb30..513c0eb13c89aced3ce627a1445d6d0fd883fe28 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ build: $(foreach path,$(wildcard cmd/*),build_$(patsubst cmd/%,%,$(path))) build_%: go build -tags $(TAGS) -ldflags "-X main.version=`git describe --tags`" -o $* ./cmd/$* + strip $* test: go test -tags "integration $(TAGS)" ./...