diff --git a/Makefile b/Makefile index e32abadf67..5971396b9d 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ pylint: reports check: flake8 pep8 # pyflakes pylint -TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests +TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/sso/tests # Run all API unit tests. test: test_ansible @if [ "$(VENV_BASE)" ]; then \