Update Makefile

Signed-off-by: 蔡秀吉 <84045975+thc1006@users.noreply.github.com>
pull/31068/head
蔡秀吉 2 months ago committed by GitHub
parent 429097ba5a
commit ba1f33a10e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,7 @@ ACCEPTANCE_RUN_TESTS=.
PKG := ./... PKG := ./...
TAGS := TAGS :=
TESTS := . TESTS := .
TESTARGS := -shuffle=on -count=3
TESTFLAGS := TESTFLAGS :=
LDFLAGS := -w -s LDFLAGS := -w -s
GOFLAGS := GOFLAGS :=
@ -104,7 +105,7 @@ test: test-unit
test-unit: test-unit:
@echo @echo
@echo "==> Running unit tests <==" @echo "==> Running unit tests <=="
go test $(GOFLAGS) -run $(TESTS) $(PKG) $(TESTFLAGS) go test $(GOFLAGS) -run $(TESTS) $(PKG) $(TESTFLAGS) $(TESTARGS)
@echo @echo
@echo "==> Running unit test(s) with ldflags <==" @echo "==> Running unit test(s) with ldflags <=="
# Test to check the deprecation warnings on Kubernetes templates created by `helm create` against the current Kubernetes # Test to check the deprecation warnings on Kubernetes templates created by `helm create` against the current Kubernetes

Loading…
Cancel
Save