From a35ec6bb856aa88cdf5fddc12e998175ce48dff6 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 26 Apr 2023 19:45:39 +0800 Subject: [PATCH] [_] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f860e36..98c7db07 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ COMMIT := $(shell git log | head -n 1 | awk '{print substr($$2, 0, 12)}') NOW := $(shell date +"%FT%T%z") # ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) -TESTFOLDER := $(shell $(GO) list ./... | grep -vE 'examples|tests|share*') +TESTFOLDER := $(shell $(GO) list ./... | grep -vE 'examples|tests|openai|share*') TESTTAGS ?= "" # TESTWIDGETS := $(shell $(GO) list ./widgets/...)