Skip to content

Commit 1b81c82

Browse files
authored
Update ci.yml
1 parent 07b2d07 commit 1b81c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
with:
6262
go-version-file: go.mod
6363
cache: true
64+
- run: go env GOENV
65+
if: runner.os == 'Windows'
6466
- env:
6567
CGO_ENABLED: "0"
6668
if: runner.os != 'Windows'
6769
run: go test -v ./...
68-
- run: go env GOENV
69-
if: runner.os == 'Windows'
7070
- env:
7171
CGO_ENABLED: "0"
7272
GOCACHE: "D:\\gocache"

0 commit comments

Comments
 (0)