[tests] Trying to parallel tests

This commit is contained in:
2025-04-07 13:55:42 -04:00
parent 4b5281bdd8
commit 391f0cc335
3 changed files with 72 additions and 6 deletions

View File

@ -16,7 +16,7 @@ steps:
- pip install poetry
- poetry install --with test
# Start with a fresh database (which is already running as a service from Drone)
- poetry run pytest --cov-report term:skip-covered --cov=vrobbler tests
- poetry run pytest -n 5 --cov-report term:skip-covered --cov=vrobbler tests
environment:
VROBBLER_DATABASE_URL: sqlite:///test.db
volumes: