fix(ci): fix ci lint var copy err
This commit is contained in:
parent
912c6e458c
commit
32ca229fb7
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ func TestDownloadAndExtractRelease_RealPlatforms(t *testing.T) {
|
||||||
|
|
||||||
apiURL := GetProdReleaseAPIURL()
|
apiURL := GetProdReleaseAPIURL()
|
||||||
for _, c := range combos {
|
for _, c := range combos {
|
||||||
c := c
|
|
||||||
t.Run(c.platform+"_"+c.arch, func(t *testing.T) {
|
t.Run(c.platform+"_"+c.arch, func(t *testing.T) {
|
||||||
// allow these subtests to run sequentially (network heavy)
|
// allow these subtests to run sequentially (network heavy)
|
||||||
assetURL, err := findAssetURL(apiURL, c.platform, c.arch)
|
assetURL, err := findAssetURL(apiURL, c.platform, c.arch)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue