0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

ci: remove "--exclude banman" for fuzzing in mac

This commit is contained in:
brunoerg 2023-06-29 15:00:38 -03:00
parent f9b286353f
commit fca0a8938e

View file

@ -15,4 +15,3 @@ export NO_DEPENDS=1
export OSX_SDK="" export OSX_SDK=""
export CCACHE_MAXSIZE=400M export CCACHE_MAXSIZE=400M
export RUN_FUZZ_TESTS=true export RUN_FUZZ_TESTS=true
export FUZZ_TESTS_CONFIG="--exclude banman" # https://github.com/bitcoin/bitcoin/issues/27924