Fail early on incorrect version of k8s

This commit is contained in:
Yann Hamon 2023-07-09 14:33:40 +02:00
parent 808e6d4aa5
commit a182e2abdc
4 changed files with 30 additions and 4 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