diff --git a/pipeline/fpm/fpm_test.go b/pipeline/fpm/fpm_test.go index 792a65b9f..7a7baedc9 100644 --- a/pipeline/fpm/fpm_test.go +++ b/pipeline/fpm/fpm_test.go @@ -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,