feat: activate internal-miner feat in docker

This commit is contained in:
Gustavo Valverde 2024-09-25 18:50:35 +01:00
parent 9f45473b92
commit 6e50ec0147
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
# Keep these argument defaults in sync with GitHub vars.RUST_PROD_FEATURES and vars.RUST_TEST_FEATURES
# https://github.com/ZcashFoundation/zebra/settings/variables/actions
ARG FEATURES="default-release-binaries"
ARG FEATURES="default-release-binaries internal-miner"
ARG TEST_FEATURES="lightwalletd-grpc-tests zebra-checkpoints"
ARG EXPERIMENTAL_FEATURES=""