mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
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:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -26,5 +26,4 @@ jobs:
|
||||
- name: Find and process directories with go.mod
|
||||
run: |
|
||||
go build
|
||||
go test -v -cover ./...
|
||||
go test -v ./testdata/
|
||||
go test -v -cover ./... ./testdata/
|
||||
Reference in New Issue
Block a user