test: untest proto

This commit is contained in:
Aiden X 2020-10-13 11:16:45 +08:00
parent eb8baa149a
commit eaa2814cfd
1 changed files with 1 additions and 1 deletions

View File

@ -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