Update go.yml
This commit is contained in:
parent
7a2286beac
commit
ec9bb7b357
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
- name: Update coverage badge
|
- if: github.event_name == 'push'
|
||||||
uses: ncruces/go-coverage-report@v0.1.2
|
name: Update coverage badge
|
||||||
continue-on-error: true
|
uses: ncruces/go-coverage-report@v0.1.0
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Reference in a new issue