mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fix workflow
This commit is contained in:
parent
66a1061d96
commit
d51543d817
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -16,9 +16,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
go test -v ./... -covermode=count -coverprofile=coverage.out
|
||||
run: go test -v ./... -covermode=count -coverprofile=coverage.out
|
||||
- name: Convert coverage to lcov
|
||||
uses: jandelgado/gcov2lcov-action@v1.0.0
|
||||
if: "matrix.platform == 'ubuntu-latest'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue