Skip to content

Commit

Permalink
Don't need access to private modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hwh33 committed Apr 29, 2022
1 parent 8e8eac3 commit 5115659
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Granting private modules access
run: |
git config --global url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
# We have a lot of concurrency and synchronization in this library. Test with -race and
# -count=100 to expose any timing-related bugs.
- name: Run Unit tests
Expand All @@ -27,4 +24,4 @@ jobs:
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: goveralls -coverprofile=profile.cov -service=github
run: goveralls -coverprofile=profile.cov -service=github

0 comments on commit 5115659

Please sign in to comment.