Skip to content

Commit bfe5ac4

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

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
@@ -47,7 +47,7 @@ test:
4747
@for dir in $(SUBDIRS); do \
4848
if [ -f $$dir/pyproject.toml ]; then \
4949
echo "Testing $$dir"; \
50-
cd $$dir && uv run pytest && cd ../..; \
50+
cd $$dir && uv run pytest -vv && cd ../..; \
5151
fi \
5252
done
5353

0 commit comments

Comments
 (0)