1
0
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:
Carlos Alexandro Becker 2017-07-03 01:25:53 -03:00
parent 559f678361
commit 2ed2a81854
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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",
},