Skip to content

Commit

Permalink
Update workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Sep 28, 2024
1 parent 162b77b commit d48780c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-merge-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: jq --help
# Vectors are already generated, but this serves as a test
- name: Generate vectors
run: ./generate_test_vectors.sh
run: ./scripts/generate_test_vectors_nethermind.sh
# Test vectors against nethermind
- name: Apply vectors to Nethermind
run: ./apply_test_vectors_nethermind.sh
run: ./scripts/apply_test_vectors_nethermind.sh
# Test vectors against Reth
- name: Apply vectors to Reth
run: ./apply_test_vectors_reth.sh
run: ./scripts/apply_test_vectors_reth.sh


0 comments on commit d48780c

Please sign in to comment.