Fix Redb implementation and add CI checks (#6856)

This commit is contained in:
Eitan Seri-Levi
2025-01-29 12:22:21 +03:00
committed by GitHub
parent c6ebaba892
commit 6973184b06
4 changed files with 24 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ lint-fix:
# Also run the lints on the optimized-only tests
lint-full:
RUSTFLAGS="-C debug-assertions=no $(RUSTFLAGS)" $(MAKE) lint
TEST_FEATURES="beacon-node-leveldb,beacon-node-redb,${TEST_FEATURES}" RUSTFLAGS="-C debug-assertions=no $(RUSTFLAGS)" $(MAKE) lint
# Runs the makefile in the `ef_tests` repo.
#