1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-06-22 00:52:45 -03:00
parent 8fb2f2ddde
commit 0fb6a36b23
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

@ -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))