From bcfd731c1572caaea301857cb2dd1c562f505e88 Mon Sep 17 00:00:00 2001 From: redanthrax Date: Mon, 27 Jun 2022 17:02:03 -0700 Subject: [PATCH] added env vars --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708b7ac..4dc9454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: - name: Test run: go test -v ./... + env: + CGO_ENABLED: 0 test-ubuntu: runs-on: [ self-hosted, Linux] @@ -73,4 +75,6 @@ jobs: go-version-file: 'go.mod' - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./... + env: + CGO_ENABLED: 0 \ No newline at end of file