mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: add back -fullpath for regular tests
The previous bug in Go 1.22 preventing caching is now fixed.
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user