Skip to content

Commit

Permalink
Temporarily make CI test builds very verbose
Browse files Browse the repository at this point in the history
Diagnostics for #1651
  • Loading branch information
teor2345 authored Jan 28, 2021
1 parent 270070f commit 824083e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --all
args: --verbose --verbose --all
# Explicitly run any tests that are usually #[ignored], modulo ZEBRA_SKIP_NETWORK_TESTS
- name: Run zebrad large sync tests
env:
RUST_BACKTRACE: full
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_ -- --ignored
args: --verbose --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_ -- --ignored

build-chain-no-features:
name: Build zebra-chain w/o features on ubuntu-latest
Expand Down

0 comments on commit 824083e

Please sign in to comment.