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 f6f962e commit f2460d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,22 @@ jobs:
- name: Install valgrind
run: sudo apt install -y valgrind

- name: Monitor memory and CPU
run: top -b -n1

- name: Check disk usage
run: df -h

- name: Build project and run test
run: |
sudo apt install -y ninja-build
Z_FEATURE_UNSTABLE_API=1 Z_FEATURE_LIVELINESS=1 CMAKE_GENERATOR=Ninja make
python3 ./build/tests/memory_leak.py
timeout-minutes: 5
env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true

- name: Kill Zenoh router
if: always()
Expand Down

0 comments on commit f2460d9

Please sign in to comment.