mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
uv directory fix
This commit is contained in:
parent
1cbe22c78b
commit
0dd6827f31
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -181,10 +181,10 @@ publish-release:
|
||||||
|
|
||||||
# -k test_vec0_update
|
# -k test_vec0_update
|
||||||
test-loadable: loadable
|
test-loadable: loadable
|
||||||
uv run pytest -vv -s -x tests/test-*.py
|
uv run --project tests pytest -vv -s -x . tests/test-*.py
|
||||||
|
|
||||||
test-loadable-snapshot-update: loadable
|
test-loadable-snapshot-update: loadable
|
||||||
uv run pytest -vv tests/test-loadable.py --snapshot-update
|
uv run --project tests pytest -vv tests/test-loadable.py --snapshot-update
|
||||||
|
|
||||||
test-loadable-watch:
|
test-loadable-watch:
|
||||||
watchexec --exts c,py,Makefile --clear -- make test-loadable
|
watchexec --exts c,py,Makefile --clear -- make test-loadable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue