We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4830629 commit 9213b8eCopy full SHA for 9213b8e
1 file changed
Makefile
@@ -94,5 +94,7 @@ test-unit:
94
test-functional:
95
@echo "Implement functional tests in _tests directory"
96
97
+test-integration:
98
+ @echo "Check https://github.com/deis/workflow-e2e for the complete interation test suite"
99
100
.PHONY: build clean commit-hook full-clean postgres setup-venv test test-style test-unit test-functional
0 commit comments