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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue