You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
fix: s3 test
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
|||||||
"github.com/apex/log"
|
"github.com/apex/log"
|
||||||
"github.com/goreleaser/goreleaser/internal/artifact"
|
"github.com/goreleaser/goreleaser/internal/artifact"
|
||||||
"github.com/goreleaser/goreleaser/internal/pipeline"
|
"github.com/goreleaser/goreleaser/internal/pipeline"
|
||||||
|
"github.com/goreleaser/goreleaser/internal/testlib"
|
||||||
"github.com/goreleaser/goreleaser/pkg/config"
|
"github.com/goreleaser/goreleaser/pkg/config"
|
||||||
"github.com/goreleaser/goreleaser/pkg/context"
|
"github.com/goreleaser/goreleaser/pkg/context"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
@@ -23,7 +24,7 @@ func TestDescription(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestNoS3(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) {
|
func TestDefaultsNoS3(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user