diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-08-01 14:50:01 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-08-01 14:50:01 +0200 |
| commit | 6c174bebade1627a837e70bec827753446d6498a (patch) | |
| tree | 35a229d9601565685f2ea2e24a268bb29be6bc55 /Makefile | |
| parent | e4a5b966decd910213de4ecbdc1b1ed2c4daf947 (diff) | |
| parent | 6d72c85766a8355e1d660ff0c19b43e93faad4d8 (diff) | |
| download | go-gg-6c174bebade1627a837e70bec827753446d6498a.tar.gz | |
Merge branch 'pgruntime'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ static-check: FORCE @if ! reuse lint -q; then reuse lint; fi GO_COVERPKGS := $(shell go list ./... | tr '\n' , | sed 's/,$$//') -GO_TESTPKGS := $(shell go list -f '{{if or .TestGoFiles .XTestGoFiles}}{{.ImportPath}}{{end}}' ./...) +GO_TESTPKGS := $(shell go list -f '{{if or .TestGoFiles .XTestGoFiles}}{{.ImportPath}}{{end}}' ./... ./testing/...) build/cover.out: FORCE @printf "\e[1;36m>> go test\e[0m\n" |
