diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7907fb0..8cfa348 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: - name: Build and test run: | go build ./... - go test + go test ./... env: GOPATH: /tmp/go