diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-03 19:40:53 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-04 18:26:01 -0400 |
commit | fa7e002d520d8390f3ff4b0383cfdfc14713355d (patch) | |
tree | 78142202b8944e4621d0c29615b2e138e69d8aa5 /.travis.yml | |
parent | 01b45b2e016f0b0907929e818216edf7157fb03a (diff) |
ci: tsan with wallet
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5550de12d6..03ab9d2613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: thread (TSan), no wallet, no gui]' + name: 'x86_64 Linux [GOAL: install] [focal] [depends, sanitizers: thread (TSan), no gui]' # Not enough memory on travis machines, so feature_block is excluded for now env: >- TEST_RUNNER_EXTRA="--exclude feature_block" |