From 3f686d1a286f88af7baa17c0c9dc439559a66e81 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 8 May 2020 04:37:05 +0000 Subject: [PATCH] ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9ab2227116..edec60afba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,6 +116,11 @@ jobs: env: >- FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" + - stage: test + name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]' + env: >- + FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh" + - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' env: >-