From 374f9400d085661d3a762be9317ed3bf778c26a4 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 26 Jan 2021 13:35:17 -0300 Subject: [PATCH] cleanup: remove duplicated isolated test from ci --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d110a397..530d8828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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