debug windows env
This commit is contained in:
parent
2312cfb146
commit
53cb90aeca
2 changed files with 3 additions and 4 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue