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/...)

View file

@ -215,7 +215,7 @@ func (p *Provider) GetPublicInfo() types.ProviderPublicInfo {
if p.config.Description != "" {
description = p.config.Description
}
return types.ProviderPublicInfo{
Name: p.config.Name,
Type: "mailer",

View file

@ -102,7 +102,7 @@ func (p *Provider) GetPublicInfo() types.ProviderPublicInfo {
if p.config.Description != "" {
description = p.config.Description
}
return types.ProviderPublicInfo{
Name: p.config.Name,
Type: "mailgun",