diff options
author | fanquake <fanquake@gmail.com> | 2020-03-26 11:38:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-06-16 19:52:30 +0800 |
commit | 968aaae940b064f21eddee6bb461aa08f777544c (patch) | |
tree | 819379771f8e45169abf97c32be97829f5b9f90b /ci/test/00_setup_env_mac_host.sh | |
parent | 0afbeb73ccb7523794e1e4a3422607c4423d1048 (diff) |
tests: run test-security-check.py in CI
Diffstat (limited to 'ci/test/00_setup_env_mac_host.sh')
-rw-r--r-- | ci/test/00_setup_env_mac_host.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh index 982e38daee..b24dc7278d 100644 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_host.sh @@ -11,6 +11,7 @@ export PIP_PACKAGES="zmq" export GOAL="install" export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror" export TEST_RUNNER_EXTRA="wallet_disable" # Only run wallet_disable as a smoke test, see https://github.com/bitcoin/bitcoin/pull/17240#issuecomment-546022121 why the other tests are disabled +export RUN_SECURITY_TESTS="true" # Run without depends export NO_DEPENDS=1 export OSX_SDK="" |