From 559adaaffbd708fde399ad652230f6e2b571e40e Mon Sep 17 00:00:00 2001 From: Weiyu Xue Date: Wed, 27 Nov 2019 15:06:41 -0800 Subject: [PATCH] makefile: add and make default in run all-without-tests to skip fail test due to pg tags hack --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f695245fe..f67a129cf4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. GO_VERSION:=$(shell go version) -BENCHLIST?=all +BENCHLIST?=all-without-tests # Skip known issues from purego tests # https://github.com/gogo/protobuf/issues/447 @@ -36,6 +36,7 @@ SKIPISSUE:="/jsonpb|/test/casttype/|/test/oneof/combos/" .PHONY: nuke regenerate tests clean install gofmt vet contributors +all-without-tests: clean install regenerate install all: clean install regenerate install tests errcheck vet buildserverall: clean install regenerate install tests vet js purego