We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748d1d9 commit 07b2d07Copy full SHA for 07b2d07
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
CGO_ENABLED: "0"
66
if: runner.os != 'Windows'
67
run: go test -v ./...
68
+ - run: go env GOENV
69
+ if: runner.os == 'Windows'
70
- env:
71
72
GOCACHE: "D:\\gocache"
0 commit comments