Skip to content

Commit

Permalink
fixup! run pytest with -s to see why terminal test does not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Feb 7, 2025
1 parent fc9bf5c commit 9a9b3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# podman needs (parts of) the environment but will break when
# XDG_RUNTIME_DIR is set.
# TODO: figure out what exactly podman needs
sudo -E XDG_RUNTIME_DIR= pytest-3 --basetemp=/mnt/var/tmp/bib-tests
sudo -E XDG_RUNTIME_DIR= pytest-3 --basetemp=/mnt/var/tmp/bib-tests -s
- name: Diskspace (after)
if: ${{ always() }}
run: |
Expand Down

0 comments on commit 9a9b3d6

Please sign in to comment.