diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 304eace..588c5a0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,11 +6,11 @@ on: jobs: - go-agent: + go-otel-exporter: runs-on: ubuntu-18.04 - env: - # Required when using older versions of Go that do not support gomod. - GOPATH: ${{ github.workspace }} +# env: +# # Required when using older versions of Go that do not support gomod. +# GOPATH: ${{ github.workspace }} strategy: # if one test fails, do not abort the rest