Filter broken command tests while including ignored otherwise
This commit is contained in:
parent
7dfea510d5
commit
706c42de3e
|
|
@ -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 $BRANCH_NAME 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"
|
||||
--command "git clone -b $BRANCH_NAME 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 --no-fail-fast -- -Zunstable-options --include-ignored --skip kill_on_timeout"
|
||||
|
||||
# Clean up
|
||||
- name: Delete test instance
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ EXPOSE 8233 18233
|
|||
COPY . .
|
||||
|
||||
# Filtering to only run integration tests requires nightly for now
|
||||
CMD cargo +nightly test --all --test '*' --no-fail-fast -- -Zunstable-options --include-ignored
|
||||
CMD cargo +nightly test --all --no-fail-fast -- -Zunstable-options --include-ignored
|
||||
|
|
|
|||
Loading…
Reference in New Issue