mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Remove check-consensus
This commit is contained in:
4
Makefile
4
Makefile
@@ -109,10 +109,6 @@ cargo-fmt:
|
|||||||
check-benches:
|
check-benches:
|
||||||
cargo check --workspace --benches
|
cargo check --workspace --benches
|
||||||
|
|
||||||
# Typechecks consensus code *without* allowing deprecated legacy arithmetic or metrics.
|
|
||||||
check-consensus:
|
|
||||||
cargo check -p state_processing --no-default-features
|
|
||||||
|
|
||||||
# Runs only the ef-test vectors.
|
# Runs only the ef-test vectors.
|
||||||
run-ef-tests:
|
run-ef-tests:
|
||||||
rm -rf $(EF_TESTS)/.accessed_file_log.txt
|
rm -rf $(EF_TESTS)/.accessed_file_log.txt
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ status = [
|
|||||||
"merge-transition-ubuntu",
|
"merge-transition-ubuntu",
|
||||||
"no-eth1-simulator-ubuntu",
|
"no-eth1-simulator-ubuntu",
|
||||||
"check-benchmarks",
|
"check-benchmarks",
|
||||||
"check-consensus",
|
|
||||||
"clippy",
|
"clippy",
|
||||||
"arbitrary-check",
|
"arbitrary-check",
|
||||||
"cargo-audit",
|
"cargo-audit",
|
||||||
|
|||||||
Reference in New Issue
Block a user