Run sync_past_sapling_mainnet, not sync_to_sapling_mainnet

This commit is contained in:
Deirdre Connolly 2020-11-23 03:13:15 -05:00 committed by Deirdre Connolly
parent cf82560538
commit 3c9b7927a5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
cd zebra/;
docker build -f docker/Dockerfile.test -t zebrad-test .;
docker run -i zebrad-test cargo test --workspace --no-fail-fast -- -Zunstable-options --include-ignored;
docker run -i --mount type=bind,source=/mnt/disks/gce-containers-mounts/gce-persistent-disks/zebrad-cache-$SHORT_SHA-mainnet-419200,target=/zebrad-cache zebrad-test:latest cargo test --verbose --features test_sync_to_sapling_mainnet --manifest-path zebrad/Cargo.toml sync_to_sapling_mainnet;
docker run -i --mount type=bind,source=/mnt/disks/gce-containers-mounts/gce-persistent-disks/zebrad-cache-$SHORT_SHA-mainnet-419200,target=/zebrad-cache zebrad-test:latest cargo test --verbose --features test_sync_past_sapling_mainnet --manifest-path zebrad/Cargo.toml sync_past_sapling_mainnet;
"
# Clean up
- name: Delete test instance