Skip to content

Commit

Permalink
Add -cover to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alnvdl committed Mar 10, 2023
1 parent 5a37bcf commit 85ed9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: go version

- name: Test
run: go test -v ./...
run: go test -v ./... -cover

0 comments on commit 85ed9d2

Please sign in to comment.