mirror of https://github.com/qwc/backive.git
Do coverage aswell
This commit is contained in:
parent
4a264091a9
commit
fe83c16934
|
@ -31,5 +31,5 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: goreleaser build --snapshot --rm-dist
|
run: goreleaser build --snapshot --rm-dist
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v -cover
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue