CI: make sure we do a fuzzing build.

Suggested-by: Christian Reitter.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-04-19 13:26:09 +09:30
parent 4e2410742a
commit a8fde9f11f
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ export TEST_DB_PROVIDER=${DB:-"sqlite3"}
export TEST_NETWORK=${NETWORK:-"regtest"}
export TIMEOUT=900
export VALGRIND=${VALGRIND:-0}
export FUZZING=${FUZZING:-0}
env