mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 19:04:27 +00:00
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:
@@ -1,4 +1,4 @@
|
|||||||
TESTS_TAG := v1.5.0-beta.2
|
TESTS_TAG := v1.5.0-beta.4
|
||||||
TESTS = general minimal mainnet
|
TESTS = general minimal mainnet
|
||||||
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))
|
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))
|
||||||
|
|
||||||
|
|||||||
@@ -50,6 +50,8 @@ excluded_paths = [
|
|||||||
# TODO(das): Fulu tests are ignored for now
|
# TODO(das): Fulu tests are ignored for now
|
||||||
"tests/.*/fulu",
|
"tests/.*/fulu",
|
||||||
"tests/.*/fulu/ssz_static/MatrixEntry",
|
"tests/.*/fulu/ssz_static/MatrixEntry",
|
||||||
|
"tests/.*/eip7441",
|
||||||
|
"tests/.*/eip7732",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user