Fix junit output, also ensure junit output is deterministic

This commit is contained in:
Yann Hamon 2023-12-24 17:16:02 +01:00
parent 808e6d4aa5
commit 4746a78fbd
3 changed files with 104 additions and 30 deletions

View file

@ -5,7 +5,7 @@ RELEASE_VERSION ?= latest
.PHONY: local-test local-build local-build-static docker-test docker-build docker-build-static build-bats docker-acceptance release update-deps build-single-target
local-test:
go test -race ./...
go test -race ./... -count=1
local-build:
git config --global --add safe.directory $$PWD