+ table test

This commit is contained in:
Max 2021-09-28 07:04:27 +08:00
parent 20a3e89cb7
commit 298aa85552

View file

@ -5,7 +5,7 @@ VETPACKAGES ?= $(shell $(GO) list ./... | grep -v /examples/)
GOFILES := $(shell find . -name "*.go")
# ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TESTFOLDER := $(shell $(GO) list ./... | grep -E 'xiang$$|global$$' | grep -v examples)
TESTFOLDER := $(shell $(GO) list ./... | grep -E 'xiang$$|global$$|table$$' | grep -v examples)
TESTTAGS ?= ""
# 运行单元测试