Add parallel flag to tox call in makefile

This commit is contained in:
Ethan Paul 2022-05-07 18:51:34 -04:00
parent 226c717684
commit a98dd16358
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ source: ## Build Python source distribution package
poetry build --format sdist
test: ## Run the project testsuite(s)
poetry run tox --recreate
poetry run tox --recreate --parallel
dev: ## Create the local dev environment
poetry install