build: add back -fullpath for regular tests

The previous bug in Go 1.22 preventing caching is now fixed.
This commit is contained in:
Vincent Bernat
2025-09-08 22:38:54 +02:00
parent 3c9c761cc6
commit 79a3266a98

View File

@@ -190,6 +190,7 @@ test-go-units: ; $(info $(M) running Go tests$(GOTEST_MORE)…)
$Q env PATH=$(dir $(abspath $(shell command -v $(GO)))):$(PATH) $(GOTESTSUM) \
--junitfile test/go/tests.xml -- \
-timeout $(TIMEOUT) \
-fullpath \
$(GOTEST_ARGS) $(PKGS)
test-race: CGO_ENABLED=1
test-race: GOTEST_ARGS=-race