chore: move reth test-vectors to cli/commands with feature (#9329)

This commit is contained in:
joshieDo
2024-07-05 16:49:52 +02:00
committed by GitHub
parent a41c216974
commit c7e34fbd4a
12 changed files with 28 additions and 20 deletions

View File

@ -49,7 +49,7 @@ jobs:
with:
ref: ${{ github.base_ref || 'main' }}
- name: Generate test vectors
run: cargo run --bin reth -- test-vectors tables
run: cargo run --bin reth --features dev -- test-vectors tables
- name: Save baseline
run: cargo bench -p reth-db --bench iai --profile profiling --features test-utils -- --save-baseline=$BASELINE
- name: Checkout PR