This commit is contained in:
j3d1 2023-07-07 18:45:05 +02:00
parent 0af1f40b07
commit ff372205d9

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) && coverage report