Skip to content

Commit

Permalink
github: show extra test summary
Browse files Browse the repository at this point in the history
The extra test summary shows additional information such as why a test
was skipped. This is helpful to compare test runs on different
Python versions and git states.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
  • Loading branch information
Bastian-Krause committed Sep 30, 2024
1 parent 84c81e6 commit 8d6c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ruff format --check --diff labgrid/remote/
- name: Test with pytest
run: |
pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner -k "not test_docker_with_daemon"
pytest -r a --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner -k "not test_docker_with_daemon"
- name: Build documentation
run: |
make -C doc clean
Expand Down

0 comments on commit 8d6c37c

Please sign in to comment.