Skip to content
Snippets Groups Projects
Commit 1c72a716 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Improve valgrind

parent 18305537
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment