1
mirror of https://github.com/bitcoin/bitcoin synced 2024-10-04 12:58:26 +02: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 CCACHE_MAXSIZE=400M
export RUN_FUZZ_TESTS=true
export FUZZ_TESTS_CONFIG="--exclude banman" # https://github.com/bitcoin/bitcoin/issues/27924