diff --git a/ci/test/00_setup_env_native_libblsct_only.sh b/ci/test/00_setup_env_native_libblsct_only.sh index 409dd5b7facb2..550cb580afcaa 100755 --- a/ci/test/00_setup_env_native_libblsct_only.sh +++ b/ci/test/00_setup_env_native_libblsct_only.sh @@ -11,4 +11,6 @@ export CI_IMAGE_NAME_TAG="docker.io/debian:bullseye" export PACKAGES="clang-13 llvm-13 libc++abi-13-dev libc++-13-dev" export DEP_OPTS="NO_WALLET=1 CC=clang-13 CXX='clang++-13 -stdlib=libc++'" export GOAL="install" +export RUN_UNIT_TESTS=false +export RUN_FUNCTIONAL_TESTS=false export BITCOIN_CONFIG="--enable-build-libblsct-only"