ci: Update Go version and improve test coverage setup

- Combine test commands in `go test` with coverage for `./...` and `./testdata/`
This commit is contained in:
MSWS
2025-03-22 17:58:01 -07:00
parent 54d81edb33
commit 8890fbbfe6

View File

@@ -26,5 +26,4 @@ jobs:
- name: Find and process directories with go.mod - name: Find and process directories with go.mod
run: | run: |
go build go build
go test -v -cover ./... go test -v -cover ./... ./testdata/
go test -v ./testdata/