Skip to content

Commit

Permalink
feat(tests): Parallelize tox (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Apr 30, 2024
1 parent 37cccee commit eaad88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runtox.sh
Expand Up @@ -40,4 +40,4 @@ if [ -z "${ENV}" ]; then
exit 0
fi

exec $TOXPATH -e "$ENV" -- "${@:2}"
exec $TOXPATH -p auto -o -e "$ENV" -- "${@:2}"

0 comments on commit eaad88a

Please sign in to comment.