ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors

pull/764/head
practicalswift 5 years ago
parent 8ef15e8a86
commit 3f686d1a28

@ -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: >-

Loading…
Cancel
Save