From dbd8d4622a5ca86e6a225bef1a59b0ec1834f853 Mon Sep 17 00:00:00 2001 From: phi Date: Fri, 15 Nov 2024 22:40:42 +0900 Subject: [PATCH] chore: verbose --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index db22932..78e8e2b 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -56,7 +56,7 @@ jobs: - name: Test with pytest timeout-minutes: 5 - run: uv run pytest --no-cov --timeout=10 + run: uv run pytest --no-cov --timeout=10 -vv - name: Minimize uv cache run: uv cache prune --ci \ No newline at end of file