Skip to content

Commit

Permalink
[ch28948] Core: run test in parallel in circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emaciupe committed Jun 30, 2022
1 parent f3d9e9a commit 711b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ fi

# Run unittests and coverage report
coverage erase
time coverage run manage.py test --noinput --keepdb "$@"
time coverage run manage.py test --noinput --keepdb --parallel "$@"
coverage report -m
coverage html

0 comments on commit 711b4fd

Please sign in to comment.