Skip to content

Commit

Permalink
-n auto added to make test in Makefile (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc authored Nov 16, 2023
2 parents 7e39d81 + cf1fc5a commit 2d2e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install-dev-requirements:
python ./setup.py create_dev_env

test:
python -m pytest
python -m pytest -n auto

test-verbose:
python -m pytest -vs -o log_cli=true
Expand Down

0 comments on commit 2d2e2e0

Please sign in to comment.