From cc7505a6ddef648bf9ff163c556371ace37c4aba Mon Sep 17 00:00:00 2001 From: zietzm Date: Fri, 23 Aug 2024 12:33:41 -0700 Subject: [PATCH] chore: pytest verbose --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7432522..d54e27a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: - run: uv venv - run: uv pip install ruff pytest httpx - run: uv run ruff check - - run: uv run pytest + - run: uv run pytest -v