You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-06-23 00:40:06 +02:00
test: reducing test ouput (#3222)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5b591c9648
commit
5a6dd2fbc8
@ -206,8 +206,7 @@ func TestRun(t *testing.T) {
|
||||
for arch, path := range paths {
|
||||
cmd := exec.Command("go", "build", "-o", path, src)
|
||||
cmd.Env = append(os.Environ(), "GOOS=darwin", "GOARCH="+arch)
|
||||
out, err := cmd.CombinedOutput()
|
||||
t.Log(string(out))
|
||||
_, err := cmd.CombinedOutput()
|
||||
require.NoError(t, err)
|
||||
|
||||
modTime := time.Unix(0, 0)
|
||||
|
Reference in New Issue
Block a user