There was an error while loading. Please reload this page.
1 parent 57900c5 commit af9addeCopy full SHA for af9adde
1 file changed
.github/workflows/run-unit-tests-docker.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Run tests
29
run: |
30
docker compose -f compose.yml -f compose.build.yml run web \
31
- python ./manage.py test --verbosity=2 --noinput --parallel auto
+ python ./manage.py test --verbosity=2 --noinput --parallel 4
0 commit comments