From f29769ef9f2829afc51d1adb6c2b7c3c79244209 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 25 Oct 2023 18:17:02 -0600 Subject: [PATCH] ci: Run pytest tests with debug logging The logs won't be shown if the tests pass, but if they don't the messages can be invaluable for debugging failures. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52915646..d248d571 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,7 +122,7 @@ jobs: - name: Python tests run: | - pipenv run python -m pytest + pipenv run python -m pytest --log-level DEBUG - name: Build run: |