parallelize test running

This commit is contained in:
chris meyers
2018-05-12 20:35:01 -04:00
parent 0f98ed5046
commit 97ab6449b9
11 changed files with 51 additions and 14 deletions

View File

@@ -379,7 +379,7 @@ test:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
py.test $(TEST_DIRS)
py.test -n auto $(TEST_DIRS)
test_combined: test_ansible test