diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdd61895461..4a7ca0edce7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,9 @@ jobs: with: go-version-file: go.mod cache: true - - run: go test -v ./... + - env: + CGO_ENABLED: "0" + run: go test -v ./... system-test: runs-on: ubuntu-latest