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:
parent
f704a41292
commit
f618f00cd0
@ -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"
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user