Skip to content

Commit 33e41f7

Browse files
authored
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
1 parent 9bc0d51 commit 33e41f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

testing/ef_tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TESTS_TAG := v1.5.0-beta.2
1+
TESTS_TAG := v1.5.0-beta.4
22
TESTS = general minimal mainnet
33
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))
44

testing/ef_tests/check_all_files_accessed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
# TODO(das): Fulu tests are ignored for now
5151
"tests/.*/fulu",
5252
"tests/.*/fulu/ssz_static/MatrixEntry",
53+
"tests/.*/eip7441",
54+
"tests/.*/eip7732",
5355
]
5456

5557

0 commit comments

Comments
 (0)