Consensus spec tests beta4 (#7231)

N/A


  Run latest consensus spec tests on CI https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0-beta.4
This commit is contained in:
Pawan Dhananjay
2025-04-01 16:24:07 -07:00
committed by GitHub
parent 9bc0d5161e
commit 33e41f7249
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
TESTS_TAG := v1.5.0-beta.2
TESTS_TAG := v1.5.0-beta.4
TESTS = general minimal mainnet
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))

View File

@@ -50,6 +50,8 @@ excluded_paths = [
# TODO(das): Fulu tests are ignored for now
"tests/.*/fulu",
"tests/.*/fulu/ssz_static/MatrixEntry",
"tests/.*/eip7441",
"tests/.*/eip7732",
]