Skip to content

Commit

Permalink
Parallelize pytest for linux too (See microsoft#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Feb 25, 2021
1 parent 108cc03 commit a3fb405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set -eu
scriptdir=$(readlink -f "$(dirname "$0")")
cd "$scriptdir/.."

pytest -svxl source/Mlos.Python --cov=mlos --cov-report=xml $*
pytest -svxl -n auto source/Mlos.Python --cov=mlos --cov-report=xml $*

0 comments on commit a3fb405

Please sign in to comment.