Skip to content

Commit

Permalink
- rm GOPATH from test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aaabramov committed Nov 10, 2021
1 parent c0793b4 commit b121919
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ jobs:

- name: Test
run: go test -v -coverprofile=profile.cov ./...
env:
GOPATH: ${{ github.workspace }}

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
flag-name: ${{ matrix.os }}-Go-${{ matrix.go }}
parallel: true
env:
GOPATH: ${{ github.workspace }}
finish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit b121919

Please sign in to comment.