Skip to content

Commit

Permalink
ci: use dedicated valgrind action
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Sep 13, 2024
1 parent e1c18c4 commit 24e456b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,12 @@ jobs:
RUST_LOG=debug ./zenoh-standalone/zenohd &
echo "zenohd-pid=$!" >> $GITHUB_OUTPUT
- name: Install valgrind
uses: taiki-e/install-action@valgrind

- name: Build project and run test
run: |
sudo apt install -y ninja-build valgrind
sudo apt install -y ninja-build
CMAKE_GENERATOR=Ninja make
python3 ./build/tests/memory_leak.py
timeout-minutes: 5
Expand Down

0 comments on commit 24e456b

Please sign in to comment.