Skip to content

Commit 3f686d1

Browse files
ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors
1 parent 8ef15e8 commit 3f686d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ jobs:
116116
env: >-
117117
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh"
118118
119+
- stage: test
120+
name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
121+
env: >-
122+
FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
123+
119124
- stage: test
120125
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
121126
env: >-

0 commit comments

Comments
 (0)