You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix(ci): less logs in the test output (#3207)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2ea3e45020
						
					
				
				
					commit
					5e57eceb50
				
			
							
								
								
									
										11
									
								
								internal/testlib/log.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								internal/testlib/log.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| package testlib | ||||
|  | ||||
| import ( | ||||
| 	"io" | ||||
|  | ||||
| 	"github.com/caarlos0/log" | ||||
| ) | ||||
|  | ||||
| func init() { | ||||
| 	log.Log = log.New(io.Discard) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user