github-actions: readding previously removed "-n auto"

possibly this is fixed by the wheel dependency that was missing before.
This commit is contained in:
Mark Schmitt 2021-01-02 11:33:56 +01:00
parent 28209bb474
commit a21fb36cd2

View File

@ -3,7 +3,7 @@ exclude = migrations, paperless/settings.py, .tox, */tests/*
[tool:pytest] [tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html addopts = --pythonwarnings=all --cov --cov-report=html -n auto
env = env =
PAPERLESS_DISABLE_DBHANDLER=true PAPERLESS_DISABLE_DBHANDLER=true