Do coverage aswell

This commit is contained in:
Marcel Otte 2022-01-30 00:20:35 +01:00
parent 4a264091a9
commit fe83c16934
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ jobs:
- name: Build
run: goreleaser build --snapshot --rm-dist
- name: Test
run: go test -v ./...
run: go test -v -cover