From 8ceb5ef1334709d68dc75663d1280ec276db7253 Mon Sep 17 00:00:00 2001 From: Wes Barnett Date: Sun, 14 Feb 2021 16:50:35 -0500 Subject: [PATCH] Make tests verbose --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ee39a3..970729e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,4 +19,4 @@ jobs: - name: Install dependencies run: python -m pip install --upgrade pip pytest - name: Run tests with pytest - run: pytest tests.py + run: pytest -v tests.py