Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent f24ac41 commit 62bfa28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,11 @@ jobs:
Z_FEATURE_UNSTABLE_API=1 Z_FEATURE_LIVELINESS=1 CMAKE_GENERATOR=Ninja make
- name: Run test
run: python3 ./build/tests/memory_leak.py
run: |
which python3
python3 --version
ls -la ./build/tests/memory_leak.py
python3 ./build/tests/memory_leak.py
timeout-minutes: 15

- name: Kill Zenoh router
Expand Down

0 comments on commit 62bfa28

Please sign in to comment.