From 9f1377d3cbea15dc252ea21a055a75b683337705 Mon Sep 17 00:00:00 2001 From: Carl Date: Thu, 8 Feb 2024 16:17:09 +1300 Subject: [PATCH] Update pr-tests.yml --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index d695337..2917c3d 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -32,4 +32,4 @@ jobs: - name: Run apteryxd run: LD_LIBRARY_PATH=./apteryx ./apteryx/apteryxd -b - name: Run Alfred unit tests - run: LD_LIBRARY_PATH=./apteryx:./apteryx-xml:. G_SLICE=always-malloc valgrind --keep-debuginfo=yes --leak-check=full ./alfred -u + run: LD_LIBRARY_PATH=./apteryx:./apteryx-xml:. G_SLICE=always-malloc valgrind --keep-debuginfo=yes --leak-check=full --error-exitcode=1 ./alfred -u