Skip to content

Commit

Permalink
ci: use consume direct to run fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Aug 7, 2024
1 parent 33ba03a commit d186f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spectests-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
solc-select install 0.8.20
solc-select use 0.8.20
fill --fork Verkle -n 4 --evm-dump-dir=../tmp -v -m blockchain_test --evm-bin=../evm -k eip6800_genesis
fill --fork Verkle -n 4 -v -m blockchain_test --evm-bin=../evm -k eip6800_genesis
- name: Consume tests
run: find ./tmp -type f | xargs ./evm blocktest
run: consume direct --evm-bin=$(pwd)/evm --input=fixtures/blockchain_tests/ -v

0 comments on commit d186f34

Please sign in to comment.