Skip to content

Commit dc4cea7

Browse files
authored
Merge pull request #53 from gebhardtr/rigebha/test-details
chore: increase test error output
2 parents a4691b4 + 64f0028 commit dc4cea7

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)