From ba9ce56c357b6844c499302430d5bfd801950294 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 14 Mar 2017 13:47:44 -0400 Subject: [PATCH] add callback plugin tests to CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ac824d2e5..541a04a571 100644 --- a/Makefile +++ b/Makefile @@ -487,7 +487,7 @@ check: flake8 pep8 # pyflakes pylint TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests # Run all API unit tests. -test: +test: test_ansible @if [ "$(VENV_BASE)" ]; then \ . $(VENV_BASE)/tower/bin/activate; \ fi; \