mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Moving Optimism bin to Optimism Cli (#9439)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
cache-on-failure: true
|
||||
- run: cargo hack check
|
||||
- run: cargo hack check --workspace --exclude op-reth
|
||||
|
||||
msrv:
|
||||
name: MSRV / ${{ matrix.network }}
|
||||
|
||||
3
.github/workflows/op-sync.yml
vendored
3
.github/workflows/op-sync.yml
vendored
@ -33,8 +33,7 @@ jobs:
|
||||
with:
|
||||
cache-on-failure: true
|
||||
- name: Build op-reth
|
||||
run: |
|
||||
cargo install --features asm-keccak,jemalloc,optimism --bin op-reth --path bin/reth
|
||||
run: make install-op
|
||||
- name: Run sync
|
||||
# https://basescan.org/block/10000
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user