Skip to content

Commit

Permalink
initializing helm client before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Jun 26, 2019
1 parent f0916bf commit 9ed64e7
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 @@ -81,6 +81,7 @@ check: $(SRCDIR)

test: dep ## Run unit tests
@cd $(SRCDIR)helmsman && \
helm init --client-only && \
go test -v -cover -p=1 -args -f example.toml
.PHONY: test

Expand Down

0 comments on commit 9ed64e7

Please sign in to comment.