cleanup: remove duplicated isolated test from ci

This commit is contained in:
Alfredo Garcia 2021-01-26 13:35:17 -03:00 committed by Jane Lusby
parent 391c53aa60
commit 374f9400d0
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@ jobs:
with:
command: test
args: --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_ -- --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