mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-21 11:09:53 +00:00
Fail early on incorrect version of k8s (#254)
* Fail early on incorrect version of k8s * fix tests
This commit is contained in:
parent
808e6d4aa5
commit
a4d74ce7d2
4 changed files with 30 additions and 4 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