Skip to content

Commit

Permalink
-n auto added to make test in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Nov 16, 2023
1 parent 7e39d81 commit cf1fc5a
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 cf1fc5a

Please sign in to comment.