mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-14 16:34:46 +00:00
Fix junit output, also ensure junit output is deterministic
This commit is contained in:
parent
808e6d4aa5
commit
4746a78fbd
3 changed files with 104 additions and 30 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue