From 175c3b2c5a07b66a319f8bcc519c1aede5eeac48 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 18 Apr 2024 11:43:02 -0400 Subject: [PATCH] ci: Disable test parallelization; cloning the test DB takes too long --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4a6d88f..bd07b50 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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