diff --git a/Makefile b/Makefile index 749738e..f9b7ba0 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test: @for dir in $(SUBDIRS); do \ if [ -f $$dir/pyproject.toml ]; then \ echo "Testing $$dir"; \ - cd $$dir && uv sync && uv run pytest && cd ../..; \ + cd $$dir && uv sync && uv run pytest -vv && cd ../..; \ fi \ done