Skip to content

Commit

Permalink
Debug misterious failure in Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 30, 2025
1 parent 1f24739 commit 67340e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ jobs:
contains(matrix.os, 'ubuntu') &&
(github.event_name != 'pull_request' ||
steps.changes.outputs.all == 'true')
run: pytest
run: |
pytest -vv -k "test_ad_integration[ur10]"
pytest -vv -k "test_ad_integration[ur10]"
sudo apt install valgrind
valgrind pytest -vv -k "test_ad_integration[ur10]"
env:
# https://github.com/pytest-dev/pytest/issues/7443#issuecomment-656642591
PY_COLORS: "1"
Expand Down

0 comments on commit 67340e5

Please sign in to comment.