Skip to content

Commit

Permalink
print go env
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed May 7, 2024
1 parent 3153ae4 commit e4a3e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
run: |
echo ${CGO_ENABLED}
go env CGO_ENABLED
go env
go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
# linux
Expand All @@ -244,6 +245,7 @@ jobs:
run: |
echo ${CGO_ENABLED}
go env CGO_ENABLED
go env
go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
- name: 'Setup qemu-user-static on [linux] arch [armv6, armv7, arm64, mips, mipsle, mips64, mips64le, ppc64, ppc64le, riscv64, s390x]'
Expand Down Expand Up @@ -315,6 +317,7 @@ jobs:
run: |
echo %CGO_ENABLED%
go env CGO_ENABLED
go env
go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
# freebsd
Expand Down

0 comments on commit e4a3e1f

Please sign in to comment.