diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d72968b..78ec4b3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,4 +25,6 @@ jobs: - name: Test run: go test -v ./... + + - name: Test (coverage) run: go test -cover ./...