From 298aa855520e2a11ec2b9d8f28d0ece84f7e1b01 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 28 Sep 2021 07:04:27 +0800 Subject: [PATCH] + table test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2147799b..10c6cd97 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= "" # 运行单元测试