From 938b6d6fddc6a4a9a0b056b04af67440cb685866 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 19 Nov 2020 15:35:08 -0500 Subject: [PATCH] Make the full test suite command explicit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 586c5e46..7a3e2ba2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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