From 44e376d7fb5d433c94ca5d1c2126e653fe8107e9 Mon Sep 17 00:00:00 2001 From: "j.aschauer" Date: Thu, 16 Nov 2023 10:39:07 +0100 Subject: [PATCH] verbose pytest output in workflow --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7987fae6..bf4ed874 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,4 +34,4 @@ jobs: - name: Test with pytest run: | # run tests with pytest (unittest tests will be collected as well) - pytest + pytest -vv