mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
fix: s3 test
This commit is contained in:
parent
431c28b2bd
commit
0b28e3372d
@ -12,6 +12,7 @@ import (
|
||||
"github.com/apex/log"
|
||||
"github.com/goreleaser/goreleaser/internal/artifact"
|
||||
"github.com/goreleaser/goreleaser/internal/pipeline"
|
||||
"github.com/goreleaser/goreleaser/internal/testlib"
|
||||
"github.com/goreleaser/goreleaser/pkg/config"
|
||||
"github.com/goreleaser/goreleaser/pkg/context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
@ -23,7 +24,7 @@ func TestDescription(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestNoS3(t *testing.T) {
|
||||
assert.NoError(t, Pipe{}.Run(context.New(config.Project{})))
|
||||
testlib.AssertSkipped(t, Pipe{}.Run(context.New(config.Project{})))
|
||||
}
|
||||
|
||||
func TestDefaultsNoS3(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user