Skip to content

Commit af9adde

Browse files
committed
set --parallel 4
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 57900c5 commit af9adde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-unit-tests-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Run tests
2929
run: |
3030
docker compose -f compose.yml -f compose.build.yml run web \
31-
python ./manage.py test --verbosity=2 --noinput --parallel auto
31+
python ./manage.py test --verbosity=2 --noinput --parallel 4

0 commit comments

Comments
 (0)