test: untest proto
This commit is contained in:
parent
eb8baa149a
commit
eaa2814cfd
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ GOLDFLAGS += -X "${VERSION_DIR}.CurrentBranch=${GIT_BRANCH}"
|
|||
GOLDFLAGS += -X "${VERSION_DIR}.CurrentVersion=${APP_VERSION}"
|
||||
|
||||
GO = GO111MODULE=on go
|
||||
TEST_PKGS := $(shell $(GO) list ./... | grep -v 'mock_*' | grep -v 'tester')
|
||||
TEST_PKGS := $(shell $(GO) list ./... | grep -v 'mock_*' | grep -v 'tester' | grep -v 'proto' | grep -v 'cmd')
|
||||
|
||||
RED=\033[0;31m
|
||||
GREEN=\033[0;32m
|
||||
|
|
Loading…
Reference in New Issue