travis: Enable TEST_CHECK_DBSTMTS=1 mode for one of the configs

This commit is contained in:
Christian Decker 2020-09-24 15:57:09 +02:00 committed by Rusty Russell
parent 77ca07e91d
commit ad049c36c1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ env:
# All of the following will just run `make pytest`
- VALGRIND=0 ARCH=64 DEVELOPER=1 COMPILER=clang
- VALGRIND=0 ARCH=64 DEVELOPER=1 COMPILER=gcc
- VALGRIND=0 ARCH=64 DEVELOPER=1 COMPILER=gcc TEST_CHECK_DBSTMTS=1
- VALGRIND=0 ARCH=64 DEVELOPER=0 COMPILER=gcc COMPAT=0 TEST_GROUP=1 TEST_GROUP_COUNT=2
- VALGRIND=0 ARCH=64 DEVELOPER=0 COMPILER=gcc COMPAT=0 TEST_GROUP=2 TEST_GROUP_COUNT=2