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