Sync _from_ canopy, not _to_, now that we have state

This commit is contained in:
Deirdre Connolly 2021-03-20 17:54:29 -04:00 committed by Deirdre Connolly
parent bbdecbe9ad
commit 5791ee3339
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
cd zebra/;
docker build --build-arg SHORT_SHA=$SHORT_SHA -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-1046400,target=/zebrad-cache zebrad-test:latest cargo test --verbose --features test_sync_to_canopy_mainnet --manifest-path zebrad/Cargo.toml sync_to_canopy_mainnet;
docker run -i --mount type=bind,source=/mnt/disks/gce-containers-mounts/gce-persistent-disks/zebrad-cache-$SHORT_SHA-mainnet-1046400,target=/zebrad-cache zebrad-test:latest cargo test --verbose --features test_sync_past_canopy_mainnet --manifest-path zebrad/Cargo.toml sync_past_canopy_mainnet;
"
# Clean up
- name: Delete test instance