From b96ca38d1c36492bb40e99bd433ebfe033af5e39 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 30 Oct 2020 13:06:48 -0700 Subject: [PATCH] fix args issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4abf11f1..d110a397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_mainnet sync_large_checkpoints_testnet -- --ignored + args: --verbose --manifest-path zebrad/Cargo.toml sync_large_checkpoints_ -- --ignored - name: Run zebrad tracing test env: RUST_BACKTRACE: full