make test: ignore data directory while running make test (#15346)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Ibrahim Serdar Acikgoz
2020-08-31 14:01:12 +03:00
committed by GitHub
parent c368dc7838
commit 2b1da58e6d

View File

@@ -80,7 +80,7 @@ DIST_PATH=$(DIST_ROOT)/mattermost
TESTS=.
# Packages lists
TE_PACKAGES=$(shell $(GO) list ./...)
TE_PACKAGES=$(shell $(GO) list ./... | grep -v ./data)
# Plugins Packages
PLUGIN_PACKAGES?=mattermost-plugin-zoom-v1.3.1