Skip to content

Commit 64c66e1

Browse files
committed
Add valgrind to librelp.yml to enable additional tests
1 parent cf3640f commit 64c66e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/librelp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
run: |
5656
apt-get update
5757
apt-get install -y git build-essential autoconf automake \
58-
libtool pkg-config libgnutls28-dev net-tools iproute2 python3
58+
libtool pkg-config libgnutls28-dev net-tools iproute2 python3 \
59+
valgrind libtool-bin
5960
6061
- name: Checkout wolfProvider
6162
uses: actions/checkout@v4

0 commit comments

Comments
 (0)