From 5a8011a8e366853058ba6d5d83cf4081c51e719d Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Tue, 9 Feb 2021 21:57:48 +0000 Subject: [PATCH] Less threads equals more better? --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index a6c486c7..f53fc493 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -49,7 +49,7 @@ jobs: pipenv run python manage.py makemigrations --check --dry-run pipenv run python manage.py collectstatic --noinput - name: Run Tests - run: pipenv run pytest --cov -n 8 + run: pipenv run pytest --cov -n 4 - uses: actions/upload-artifact@v2 if: failure() with: