fix(ci): fix ci lint var copy err

This commit is contained in:
sky5454 2026-03-31 06:00:48 +08:00
parent 912c6e458c
commit 32ca229fb7

View file

@ -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)