ci: Disable test parallelization; cloning the test DB takes too long
This commit is contained in:
parent
ba1ca4d1d4
commit
175c3b2c5a
@ -30,4 +30,4 @@ jobs:
|
|||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
run: pdm sync -d
|
run: pdm sync -d
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: pdm run -v ./manage.py test --parallel auto
|
run: pdm run -v ./manage.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user