From 8cd9f99b36fcdd335e6311efce0db51f795e9f57 Mon Sep 17 00:00:00 2001
From: "John \"Preston\" Mille" <john@ews-network.net>
Date: Sun, 10 Mar 2024 13:31:15 +0000
Subject: [PATCH] Updating test settings

---
 .github/workflows/tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 87c7527..ecadda0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -17,5 +17,6 @@ jobs:
         python -m pip install pip -U; python -m pip install poetry; poetry install
     - name: Run tests
       run: |
+        poetry run pytest -svx
         poetry run coverage run --source kafka_schema_registry_admin -m pytest --verbose
         poetry run coverage report -m