Add tests target to Makefile for Deckhand
Change-Id: I9a152c4ebb4c2b9637250720158acb0af5434288
This commit is contained in:
parent
7385d07739
commit
1860c8679b
4
Makefile
4
Makefile
@ -41,6 +41,10 @@ dry-run: clean
|
||||
tools/helm_tk.sh $(HELM)
|
||||
$(HELM) template charts/deckhand
|
||||
|
||||
.PHONY: tests
|
||||
tests:
|
||||
tox
|
||||
|
||||
# Make targets intended for use by the primary targets above.
|
||||
.PHONY: build_deckhand
|
||||
build_deckhand:
|
||||
|
Loading…
x
Reference in New Issue
Block a user