make test command windows compatible

pull/770/head
Simon Aronsson 3 years ago committed by GitHub
parent 8b95e8c1c3
commit eccf87a47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save