Skip to content

Commit

Permalink
set env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 29, 2019
1 parent af99133 commit 6c0a968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
run: |
go get github.com/mattn/goveralls
- name: Test
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go test -v -covermode=count -coverprofile=coverage.out
Expand Down

0 comments on commit 6c0a968

Please sign in to comment.