Compare commits

...

1 commit

Author SHA1 Message Date
567b78f0bf test
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-23 15:16:17 +02:00

View file

@ -13,5 +13,4 @@ steps:
- apk add --no-cache gcc musl-dev python3-dev
- pip install --upgrade pip && pip install -r requirements.txt
- python3 configure.py
- coverage run manage.py test
- coverage report
- coverage run --parallel-mode --concurrency=multiprocessing manage.py test --parallel=$(($(nproc) > 6 ? 6 :$(nproc))) && coverage report