Commit a2d9022c authored by clabby's avatar clabby

Makefile directive nit

Co-Authored-By: default avatarrefcell <abigger87@gmail.com>
parent d699ac1e
......@@ -1232,7 +1232,7 @@ jobs:
working_directory: op-service/rethdb-reader
- run:
name: Generate testdata db
command: cargo +nightly test
command: cargo test
working_directory: op-service/rethdb-reader
- run:
name: Build dylib
......
.PHONY: testdata
tetstdata:
testdata:
mkdir -p testdata
@echo "Fetching block RLP and receipts for block #18,663,292 from ethereum mainnet"
cast rpc debug_getRawBlock 0x11CC77C | jq -r | xxd -r -p > testdata/block.rlp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment