Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Jan 29, 2022
1 parent b96d6f8 commit bd0cf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Unit tests
run: |
go test -race -covermode atomic -coverprofile=covprofile ./.
go test -race -covermode atomic -coverprofile=covprofile
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
Expand Down

0 comments on commit bd0cf1e

Please sign in to comment.