Skip to content

Commit

Permalink
make test command windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Jan 12, 2021
1 parent 8b95e8c commit eccf87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
go-version: 1.15.x
- name: Run tests
run: |
go test -v -coverprofile=coverage.out -covermode=atomic ./...
go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit eccf87a

Please sign in to comment.