Merge pull request #1173 from trheyi/main
Update Makefile to exclude 'twilio' from test folder and clean up whi…
This commit is contained in:
commit
03fc64b314
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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/...)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue