Make the full test suite command explicit
This commit is contained in:
parent
44970af929
commit
938b6d6fdd
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: Run all tests
|
||||
run: |
|
||||
gcloud compute ssh "zebrad-tests-$BRANCH_NAME-$SHORT_SHA" --zone "$ZONE" \
|
||||
--command "git clone -b test https://github.com/ZcashFoundation/zebra.git; cd zebra/; docker build -f docker/Dockerfile.test -t zebrad-test .; docker run -i zebrad-test"
|
||||
--command "git clone -b test https://github.com/ZcashFoundation/zebra.git; cd zebra/; docker build -f docker/Dockerfile.test -t zebrad-test .; docker run -i zebrad-test cargo +nightly test --all --test '*' --no-fail-fast -- -Zunstable-options --include-ignored"
|
||||
|
||||
# Clean up
|
||||
- name: Delete test instance
|
||||
|
|
Loading…
Reference in New Issue