uv directory fix

This commit is contained in:
Alex Garcia 2026-02-13 06:52:51 -08:00
parent 1cbe22c78b
commit 0dd6827f31

View file

@ -181,10 +181,10 @@ publish-release:
# -k test_vec0_update
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
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:
watchexec --exts c,py,Makefile --clear -- make test-loadable