1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-06-22 00:52:45 -03:00
parent 0620277311
commit 8aa55db7cf
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -24,6 +24,7 @@ func TestRelease(t *testing.T) {
flags: map[string]string{
"skip-publish": "true",
"skip-validate": "true",
"debug": "true",
},
}
assert.NoError(Release(flags))