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