change ci to not blanket enable all ignored tests

This commit is contained in:
Jane Lusby 2020-10-30 12:41:37 -07:00 committed by Deirdre Connolly
parent 17fdbe941b
commit 583ec8738b
1 changed files with 8 additions and 1 deletions

View File

@ -45,7 +45,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --manifest-path zebrad/Cargo.toml -- --ignored
args: --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_mainnet sync_large_checkpoints_testnet -- --ignored
- name: Run zebrad tracing test
env:
RUST_BACKTRACE: full
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --manifest-path zebrad/Cargo.toml tracing_endpoint -- --ignored
build-chain-no-features:
name: Build zebra-chain w/o features on ubuntu-latest