Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reflog authored Jan 11, 2024
1 parent 4c86774 commit 771a1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
- name: Run Unit tests
run: |
go mod tidy
go test -failfast -coverprofile=profile.cov ./...
- name: Install goveralls
env:
Expand Down

0 comments on commit 771a1ac

Please sign in to comment.