From 34e082c1517bee67e58d643fd737f6b0468a0174 Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Sun, 26 Mar 2023 14:47:13 -0500 Subject: [PATCH] increase verbosity for analysis --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8a6aa30a..a8f49b8c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -48,7 +48,7 @@ jobs: cd - python3 -X dev -m pytest \ - -qq \ + -v \ --timeout=9 \ --durations=10 \ --cov="homeassistant" \