File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5252 cp -r presets/ ../consensus-spec-tests/presets
5353 cp -r configs/ ../consensus-spec-tests/configs
5454 find . -type d -empty -delete
55+ - name : Check for errors
56+ run : |
57+ if grep -q "\[ERROR\]" consensustestgen.log; then
58+ echo "There is an error in the log"
59+ exit 1
60+ fi
61+ if find . -type f -name "INCOMPLETE" | grep -q "INCOMPLETE"; then
62+ echo "There is an INCOMPLETE file"
63+ exit 1
64+ fi
5565 - name : Archive configurations
5666 run : |
5767 cd consensus-spec-tests
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This repository hosts the current Ethereum proof-of-stake specifications. Discus
88
99## Specs
1010
11- [ ![ GitHub release] ( https://img.shields.io/github/v/release/ethereum/consensus-specs )] ( https://github.com/ethereum/consensus-specs/releases/ ) [ ![ PyPI version] ( https://badge.fury.io/py/eth2spec.svg )] ( https://badge.fury.io/py/eth2spec )
11+ [ ![ GitHub release] ( https://img.shields.io/github/v/release/ethereum/consensus-specs )] ( https://github.com/ethereum/consensus-specs/releases/ ) [ ![ PyPI version] ( https://badge.fury.io/py/eth2spec.svg )] ( https://badge.fury.io/py/eth2spec ) [ ![ testgen ] ( https://github.com/ethereum/consensus-specs/actions/workflows/generate_vectors.yml/badge.svg?branch=dev&event=schedule )] ( https://github.com/ethereum/consensus-specs/actions/workflows/generate_vectors.yml )
1212
1313Core specifications for Ethereum proof-of-stake clients can be found in [ specs] ( specs/ ) . These are divided into features.
1414Features are researched and developed in parallel, and then consolidated into sequential upgrades when ready.
You can’t perform that action at this time.
0 commit comments