Merge pull request #1173 from trheyi/main

Update Makefile to exclude 'twilio' from test folder and clean up whi…
This commit is contained in:
Max 2025-09-28 16:14:19 +08:00 committed by GitHub
commit 03fc64b314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ NOW := $(shell date +"%FT%T%z")
OS := $(shell uname)
# ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
TESTFOLDER := $(shell $(GO) list ./... | grep -vE 'examples|tests|openai|aigc|neo|share*')
TESTFOLDER := $(shell $(GO) list ./... | grep -vE 'examples|tests|openai|aigc|neo|twilio|share*')
TESTTAGS ?= ""
# TESTWIDGETS := $(shell $(GO) list ./widgets/...)