debug windows env

This commit is contained in:
ejahnGithub 2025-05-30 11:16:04 -07:00
parent 2312cfb146
commit 53cb90aeca
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
@ -25,8 +25,7 @@ jobs:
run: go mod download
- name: Run unit and integration tests
run: go test -race -tags=integration ./...
run: go test -v -race -tags=integration ./cmd/release
- name: Build
run: go build -v ./cmd/gh

View file

@ -164,7 +164,7 @@ func Test_verifyAssetRun_Failed_With_Wrong_tag(t *testing.T) {
func Test_verifyAssetRun_Failed_With_Invalid_Artifact(t *testing.T) {
ios, _, _, _ := iostreams.Test()
tagName := "v1.2.3"
tagName := "v5"
fakeHTTP := &httpmock.Registry{}
defer fakeHTTP.Verify(t)