mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +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 assert = assert.New(t)
|
||||||
var ctx = &context.Context{
|
var ctx = &context.Context{
|
||||||
Config: config.Project{
|
Config: config.Project{
|
||||||
|
FPM: config.FPM{
|
||||||
|
Formats: []string{"deb"},
|
||||||
|
},
|
||||||
Archive: config.Archive{
|
Archive: config.Archive{
|
||||||
Format: "binary",
|
Format: "binary",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user