From 1c72a7160103e200b407d8841f65bcbdb860fc69 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nicolas.pope@utu.fi>
Date: Sat, 7 May 2022 18:15:22 +0100
Subject: [PATCH] Improve valgrind

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f067ceb..366fbf1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ linux:valgrind:
   script:
     - DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 valgrind
     - cd build
-    - valgrind --error-exitcode=1 ./test/net_integration
+    - valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --track-origins=yes ./test/net_integration
 
   artifacts:
     when: always
-- 
GitLab