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" \