fix for multiprocessing
This commit is contained in:
parent
b63e87ecb6
commit
97f362ed1e
|
@ -41,7 +41,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd api/tacticalrmm
|
cd api/tacticalrmm
|
||||||
source ../env/bin/activate
|
source ../env/bin/activate
|
||||||
coverage run manage.py test -v 2 --parallel
|
rm -f .coverage coverage.lcov
|
||||||
|
coverage run --concurrency=multiprocessing manage.py test -v 2 --parallel
|
||||||
|
coverage combine
|
||||||
coverage lcov
|
coverage lcov
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue