From a3b539a924f8611abb3096f2bd9d35094b5577e3 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 17 Feb 2020 13:34:51 +0000 Subject: ci: Run fuzz testing test cases under valgrind --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c5b8c476b7..9a111c03ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,6 +134,11 @@ jobs: env: >- FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" + - stage: test + name: 'x86_64 Linux [GOAL: install] [bionic] [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] [bionic] [no wallet]' env: >- -- cgit v1.2.3