[drone] Update drone to install with test, rather than dev

This commit is contained in:
2025-03-27 16:32:33 -04:00
parent 14e4432495
commit 498712e531

View File

@ -14,7 +14,7 @@ steps:
# Install dependencies
- cp vrobbler.conf.test vrobbler.conf
- pip install poetry
- poetry install --with dev
- 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
environment: