diff options
| author | MarcoFalke <[email protected]> | 2020-07-01 17:04:19 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-01 17:00:37 -0400 |
| commit | fa23fbb42fa710e6be405596e2abfc3a289d020d (patch) | |
| tree | e49688e8519851d782bb21bf98162be357e5256f /ci/test | |
| parent | Merge #19408: doc: Windows WSL build recommendation to temporarily disable Wi... (diff) | |
| download | discoin-fa23fbb42fa710e6be405596e2abfc3a289d020d.tar.xz discoin-fa23fbb42fa710e6be405596e2abfc3a289d020d.zip | |
ci: Run all tests on native mac again
Diffstat (limited to 'ci/test')
| -rw-r--r-- | ci/test/00_setup_env_mac_host.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh index f50efcc33..eb0ac3318 100644 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_host.sh @@ -11,7 +11,6 @@ export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to ma 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 |