diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 540be56e7..a6151cef1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: # @todo Remove this - name: Run the tests (DEBUGGING) - run: pytest -vvv -k 'TestWelcomeWindow and test_open_project_with_invalid_file_should_error' ./betty/tests/gui/test_app.py + run: pytest -vvv -s -k 'TestWelcomeWindow and test_open_project_with_invalid_file_should_error' ./betty/tests/gui/test_app.py shell: bash - name: Run the tests