0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

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

This commit is contained in:
practicalswift 2020-05-08 04:37:05 +00:00
parent 8ef15e8a86
commit 3f686d1a28

View file

@ -116,6 +116,11 @@ jobs:
env: >- env: >-
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" 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 - stage: test
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
env: >- env: >-