File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ help: ## 📚 Show help for each of the Makefile recipes
66lint : # # 🔍 Run clippy on all workspace crates
77 cargo clippy --workspace --all-targets -- -D warnings
88
9- test : # # 🧪 Run all tests, then forkchoice tests with skip-signature-verification
9+ test : leanSpec/fixtures # # 🧪 Run all tests, then forkchoice tests with skip-signature-verification
1010 # Tests need to be run on release to avoid stack overflows during signature verification/aggregation
1111 cargo test --workspace --release
1212 cargo test -p ethlambda-blockchain --features skip-signature-verification --test forkchoice_spectests
@@ -20,7 +20,7 @@ docker-build: ## 🐳 Build the Docker image
2020 --build-arg GIT_BRANCH=$(GIT_BRANCH ) \
2121 -t ghcr.io/lambdaclass/ethlambda:local .
2222
23- LEAN_SPEC_COMMIT_HASH: =4edcf7bc9271e6a70ded8aff17710d68beac4266
23+ LEAN_SPEC_COMMIT_HASH: =531c2c23c556354aca33c49fbf48558b8f1ec878
2424
2525leanSpec :
2626 git clone https://github.com/leanEthereum/leanSpec.git --single-branch
You can’t perform that action at this time.
0 commit comments