debug windows env

This commit is contained in:
ejahnGithub 2025-05-30 12:18:23 -07:00
parent b423edff7b
commit 4b1108734c
2 changed files with 24 additions and 1 deletions

View file

@ -25,6 +25,6 @@ jobs:
run: go mod download
- name: Run unit and integration tests
run: go test -v ./pkg/cmd/release/verify-asset/...
run: go test -v ./pkg/cmd/release/verify-asset ./pkg/cmd/attestation/artifact
- name: Build
run: go build -v ./cmd/gh