File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ concurrency:
1717jobs :
1818 sync :
1919 name : sync (${{ matrix.chain.bin }})
20- runs-on :
21- group : Reth
20+ runs-on : ubuntu-latest
2221 env :
2322 RUST_LOG : info,sync=error
2423 RUST_BACKTRACE : 1
5352 --chain ${{ matrix.chain.chain }} \
5453 --debug.tip ${{ matrix.chain.tip }} \
5554 --debug.max-block ${{ matrix.chain.block }} \
56- --debug.terminate
55+ --debug.terminate \
5756 --era.enable
5857 - name : Verify the target block hash
5958 run : |
6463 ${{ matrix.chain.bin }} stage unwind num-blocks 100 --chain ${{ matrix.chain.chain }}
6564 - name : Run stage unwind to block hash
6665 run : |
67- ${{ matrix.chain.bin }} stage unwind to-block ${{ matrix.chain.unwind-target }} --chain ${{ matrix.chain.chain }}
66+ ${{ matrix.chain.bin }} stage unwind to-block ${{ matrix.chain.unwind-target }} --chain ${{ matrix.chain.chain }}
You can’t perform that action at this time.
0 commit comments