Skip to content

Commit

Permalink
chore: testing build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTT00r committed Apr 2, 2024
1 parent e22aca8 commit 468baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=on go get github.com/mattn/goveralls
GO111MODULE=off go install github.com/mattn/goveralls@latest
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
release:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 468baf4

Please sign in to comment.