Skip to content

Commit

Permalink
ci: fixes
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 d186f34 commit bce5938
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/spectests-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.22.4
- name: Fill tests
- name: Fill & run
run: |
export PATH=$PATH:/home/devops/.cargo/bin
go build -v ./cmd/evm
Expand All @@ -34,5 +34,6 @@ jobs:
solc-select use 0.8.20
fill --fork Verkle -n 4 -v -m blockchain_test --evm-bin=../evm -k eip6800_genesis
- name: Consume tests
run: consume direct --evm-bin=$(pwd)/evm --input=fixtures/blockchain_tests/ -v
fill --fork Verkle -n 4 -v -m blockchain_test --evm-bin=../evm -k eip4762
consume direct --evm-bin=$(pwd)/evm --input=fixtures/blockchain_tests/ -v

0 comments on commit bce5938

Please sign in to comment.