You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-15 01:34:21 +02:00
ensuring #300 doesnt happen
This commit is contained in:
@ -175,6 +175,7 @@ func TestValidState(t *testing.T) {
|
|||||||
Validate: true,
|
Validate: true,
|
||||||
}
|
}
|
||||||
assert.NoError(Pipe{}.Run(ctx))
|
assert.NoError(Pipe{}.Run(ctx))
|
||||||
|
assert.NotContains("commit3", ctx.ReleaseNotes)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestNoValidate(t *testing.T) {
|
func TestNoValidate(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user