1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

test: fix temp file

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-05-31 18:37:21 +00:00
parent f704a41292
commit f618f00cd0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +0,0 @@
{
"version": "1.0.1",
"architecture": {
"64bit": {
"url": "https://dummyhost/download/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
"bin": null,
"hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
}
},
"homepage": "https://github.com/goreleaser",
"description": "A run pipe test formula"
}

View File

@ -740,6 +740,7 @@ func Test_doRun(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
testlib.Mktmp(t)
ctx := tt.args.ctx
for _, a := range tt.artifacts {
a := a