Skip to content

Commit 64f0028

Browse files
committed
chore: increase test error output
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent d7e0fc6 commit 64f0028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test:
4949
@for dir in $(SUBDIRS); do \
5050
if [ -f $$dir/pyproject.toml ]; then \
5151
echo "Testing $$dir"; \
52-
cd $$dir && uv sync && uv run pytest && cd ../..; \
52+
cd $$dir && uv sync && uv run pytest -vv && cd ../..; \
5353
fi \
5454
done
5555

0 commit comments

Comments
 (0)