diff options
author | brunoerg <brunoely.gc@gmail.com> | 2023-06-29 15:00:38 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2023-11-09 10:11:59 -0300 |
commit | fca0a8938e34cb4f6c400e1d1d0be02f027d80c5 (patch) | |
tree | 3b44f103548a2b93cd03e2de3400e61d54280f05 /ci | |
parent | f9b286353f79cdb5e55e2ff4ca47d73e14f9da48 (diff) |
ci: remove "--exclude banman" for fuzzing in mac
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_mac_native.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh index c9f65bf397..439fba16ef 100755 --- a/ci/test/00_setup_env_mac_native.sh +++ b/ci/test/00_setup_env_mac_native.sh @@ -15,4 +15,3 @@ export NO_DEPENDS=1 export OSX_SDK="" export CCACHE_MAXSIZE=400M export RUN_FUZZ_TESTS=true -export FUZZ_TESTS_CONFIG="--exclude banman" # https://github.com/bitcoin/bitcoin/issues/27924 |