From 7f63000d012a382713d344de1ccf5d30b34cbc06 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sat, 3 Apr 2021 17:58:03 +0200 Subject: [PATCH] Run pytest with more output --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b217c79..6939093 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,4 +22,4 @@ jobs: pip install pytest - name: Run Unittests with pytest run: | - xvfb-run pytest . + xvfb-run pytest -v -s .