mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors
This commit is contained in:
parent
8ef15e8a86
commit
3f686d1a28
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue