mirror of
https://github.com/khoj-ai/khoj
synced 2026-04-21 07:57:15 +00:00
Apply migrations to db for test runs to install pgvector
This commit is contained in:
parent
77caf183ee
commit
1bbf719b04
1 changed files with 1 additions and 1 deletions
|
|
@ -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"')
|
||||
|
|
|
|||
Loading…
Reference in a new issue