1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

test: start container

This commit is contained in:
Carlos Alexandro Becker 2018-05-13 16:32:55 -03:00 committed by Carlos Alexandro Becker
parent 242564d44b
commit 29359cd20d

View File

@ -78,8 +78,8 @@ func TestUpload(t *testing.T) {
Name: "bin.deb",
Path: debpath,
})
// start(t)
// defer stop(t)
start(t)
defer stop(t)
setCredentials(t)
assert.NoError(t, Pipe{}.Default(ctx))
assert.NoError(t, Pipe{}.Run(ctx))