ci: add --extended when using --usecli

Add the flag --extended to a test (00_setup_env_i686_no_ipc.sh) with the --usecli flag to cover all tests with --usecli.

Github-Pull: #34991
Rebased-From: a49bc1e24e
This commit is contained in:
Pol Espinasa
2026-04-03 22:34:23 +02:00
committed by fanquake
parent 9d42e868fe
commit 56190e5c5c

View File

@@ -15,7 +15,7 @@ export PACKAGES="llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 NO_IPC=1"
export GOAL="install"
export CI_LIMIT_STACK_SIZE=1
export TEST_RUNNER_EXTRA="--v2transport --usecli"
export TEST_RUNNER_EXTRA="--v2transport --usecli --extended"
export BITCOIN_CONFIG="\
--preset=dev-mode \
-DENABLE_IPC=OFF \