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:
parent
3064e11b31
commit
752c0711e1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user