1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: enable debug in fpm TestRunPipe

So we can know why it failed if it fails for whatever reason
This commit is contained in:
Carlos Alexandro Becker 2017-11-08 19:32:58 -02:00 committed by Carlos Alexandro Becker
parent 3064e11b31
commit 752c0711e1

View File

@ -38,6 +38,7 @@ func TestRunPipe(t *testing.T) {
var ctx = &context.Context{
Version: "1.0.0",
Parallelism: runtime.NumCPU(),
Debug: true,
Config: config.Project{
ProjectName: "mybin",
Dist: dist,