mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
coverage increased on fpm pipe
This commit is contained in:
parent
559f678361
commit
2ed2a81854
@ -27,6 +27,9 @@ func TestRunPipeFormatBinary(t *testing.T) {
|
||||
var assert = assert.New(t)
|
||||
var ctx = &context.Context{
|
||||
Config: config.Project{
|
||||
FPM: config.FPM{
|
||||
Formats: []string{"deb"},
|
||||
},
|
||||
Archive: config.Archive{
|
||||
Format: "binary",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user