fix args issue
This commit is contained in:
parent
c2a57d7e49
commit
b96ca38d1c
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
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
|
- name: Run zebrad tracing test
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: full
|
RUST_BACKTRACE: full
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue