Update Makefile to exclude 'twilio' from test folder and clean up whitespace in mailer and mailgun provider files

This commit is contained in:
Max 2025-09-28 16:13:29 +08:00
parent 436d101cf3
commit f0d56b91ad
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",