File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NOW := $(shell date +"%FT%T%z")
1010OS  := $(shell  uname) 
1111
1212#  ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
13- TESTFOLDER  := $(shell  $(GO )  list ./... | grep -vE 'examples|tests|openai|aigc|neo|share* ') 
13+ TESTFOLDER  := $(shell  $(GO )  list ./... | grep -vE 'examples|tests|openai|aigc|neo|twilio| share* ') 
1414TESTTAGS  ?= ""
1515
1616#  TESTWIDGETS := $(shell $(GO) list ./widgets/...)
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ func (p *Provider) GetPublicInfo() types.ProviderPublicInfo {
215215	if  p .config .Description  !=  ""  {
216216		description  =  p .config .Description 
217217	}
218- 	 
218+ 
219219	return  types.ProviderPublicInfo {
220220		Name :         p .config .Name ,
221221		Type :         "mailer" ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ func (p *Provider) GetPublicInfo() types.ProviderPublicInfo {
102102	if  p .config .Description  !=  ""  {
103103		description  =  p .config .Description 
104104	}
105- 	 
105+ 
106106	return  types.ProviderPublicInfo {
107107		Name :         p .config .Name ,
108108		Type :         "mailgun" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments