mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +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:
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)
|
||||
}
|
Loading…
Reference in New Issue
Block a user