Skip to content

Commit

Permalink
print CGO_ENABLED2
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed May 6, 2024
1 parent 4d195d6 commit 4c5348f
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 @@ -222,6 +222,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
run: |
echo ${CGO_ENABLED}
go env CGO_ENABLED
go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
# linux
Expand All @@ -239,6 +240,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
run: |
echo ${CGO_ENABLED}
go env CGO_ENABLED
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 @@ -309,6 +311,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
run: |
echo %CGO_ENABLED%
go env CGO_ENABLED
go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
# freebsd
Expand Down

0 comments on commit 4c5348f

Please sign in to comment.