Skip to content

Commit

Permalink
precheck for make test (#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero authored Mar 27, 2022
1 parent cabaf15 commit a8784a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build-test-tools:
.PHONY: build-test-tools

test:
@which helm &> /dev/null || (echo "helm binary not found. Please see: https://helm.sh/docs/intro/install/" && exit 1)
go build -o helmfile .
go test -v ${PKGS} -cover -race -p=1
.PHONY: test
Expand Down

0 comments on commit a8784a1

Please sign in to comment.