Add eip4844 fork to tests

This commit is contained in:
Emilia Hane
2023-02-10 09:41:22 +01:00
parent 09370e70d9
commit 50e01bef1f
+1 -1
View File
@@ -36,7 +36,7 @@ PROFILE ?= release
# List of all hard forks. This list is used to set env variables for several tests so that
# they run for different forks.
FORKS=phase0 altair merge capella
FORKS=phase0 altair merge capella eip4844
# Builds the Lighthouse binary in release (optimized).
#