Skip to content

Commit

Permalink
patch build script (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogfish authored Mar 11, 2024
1 parent 1c75729 commit c45387e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: go test
run: |
go test -v -coverprofile=profile.cov $(go list ./... | grep -v /examples/)
env:
## GOPATH required to build serverless app inside unittest
GOPATH: /home/runner/work/${{ github.event.repository.name }}/go

- uses: shogo82148/actions-goveralls@v1
continue-on-error: true
Expand Down

0 comments on commit c45387e

Please sign in to comment.