File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,9 @@ help: ## Display this help
6969# # --------------------------------------
7070
7171.PHONY : test
72- test : test-tools # # Run the script check-everything.sh which will check all.
72+ test : # # Run the script check-everything.sh which will check all.
7373 TRACE=1 ./hack/check-everything.sh
7474
75- .PHONY : test-tools
76- test-tools : # # tests the tools codebase (setup-envtest)
77- cd tools/setup-envtest && go test ./...
78-
7975# # --------------------------------------
8076# # Binaries
8177# # --------------------------------------
Original file line number Diff line number Diff line change 2626
2727result=0
2828go test -v -race ${P_FLAG} ${MOD_OPT} ./... --ginkgo.fail-fast ${GINKGO_ARGS} || result=$?
29+ (cd tools/setup-envtest && go test -v -race ${P_FLAG} ${MOD_OPT} ./... --ginkgo.fail-fast ${GINKGO_ARGS} ) || result=$?
2930
3031if [[ -n ${ARTIFACTS:- } ]]; then
3132 mkdir -p ${ARTIFACTS}
You can’t perform that action at this time.
0 commit comments