Apply migrations to db for test runs to install pgvector

This commit is contained in:
Debanjum
2025-06-06 15:47:28 -07:00
parent 77caf183ee
commit 1bbf719b04

View File

@@ -2,6 +2,6 @@
DJANGO_SETTINGS_MODULE = khoj.app.settings
pythonpath = . src
testpaths = tests
addopts = --reuse-db --nomigrations
addopts = --reuse-db
markers =
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')