ci: Disable test parallelization; cloning the test DB takes too long
Ruff / ruff (push) Successful in 28s Details
Test / test (push) Successful in 4m36s Details

This commit is contained in:
Adam Goldsmith 2024-04-18 11:43:02 -04:00
parent ba1ca4d1d4
commit 175c3b2c5a
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ jobs:
- name: Install python dependencies
run: pdm sync -d
- name: Run tests
run: pdm run -v ./manage.py test --parallel auto
run: pdm run -v ./manage.py test