Add parallel flag to makefile test target

This commit is contained in:
Ethan Paul 2023-05-19 14:31:39 -04:00
parent 2b75f74996
commit c55ba474c7
Signed by: enpaul
GPG Key ID: 4884CA087E5A472D
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 --extras poetry --sync