fix: move base sync test comment (#9066)

This commit is contained in:
Dan Cline
2024-06-24 13:50:22 -04:00
committed by GitHub
parent 31aad32541
commit 580711a93b

View File

@ -17,7 +17,7 @@ concurrency:
jobs:
sync:
name: op sync / 100k blocks
name: op sync / 10k blocks
# Only run sync tests in merge groups
if: github.event_name == 'merge_group'
runs-on:
@ -33,11 +33,12 @@ jobs:
with:
cache-on-failure: true
- name: Run sync
# https://basescan.org/block/10000
run: |
cargo run --release --features asm-keccak,jemalloc,min-error-logs,optimism --bin op-reth \
-- node \
--chain base \
--debug.tip 0xbb9b85352c7ebca6ba8efc63bd66cecd038c92ec8ebd02e153a3e0b197e672b7 \ # https://basescan.org/block/10000
--debug.tip 0xbb9b85352c7ebca6ba8efc63bd66cecd038c92ec8ebd02e153a3e0b197e672b7 \
--debug.max-block 10000 \
--debug.terminate
- name: Verify the target block hash