Skip to content

Commit

Permalink
update test job
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Dec 2, 2020
1 parent 714843a commit 27d3877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Get dependencies
run: go get -t -v
- name: Run test
if: matrix.os == 'windows-latest'
run: go test -v
- name: Run test coverage
if: matrix.os != 'windows-latest'
run: go test -v -coverprofile=coverage.out -covermode=count
- name: Publish coverage
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 27d3877

Please sign in to comment.