Skip to content

Commit 3b0248b

Browse files
committed
cami: Also test in valgrind.
1 parent 180bb3a commit 3b0248b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ on:
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
15-
debian-12:
15+
debian-13:
1616
runs-on: ubuntu-latest
17-
name: Debian 12
18-
container: debian:12
17+
name: Debian 13
18+
container: debian:13
1919
steps:
2020
- name: Build Asterisk
2121
run: |
2222
cd /usr/src
2323
apt-get update -y
24-
apt-get install -y wget
24+
apt-get install -y wget valgrind
2525
wget https://raw.githubusercontent.com/InterLinked1/phreakscript/refs/heads/master/phreaknet.sh
2626
chmod +x phreaknet.sh
2727
./phreaknet.sh make
@@ -46,6 +46,7 @@ jobs:
4646
make install
4747
make examples
4848
./simpleami
49+
valgrind --error-exitcode=1 ./simpleami
4950
fedora-42:
5051
runs-on: ubuntu-24.04
5152
name: Fedora 42

0 commit comments

Comments
 (0)