Skip to content

Commit 0844428

Browse files
committed
chore: bump leanSpec to use latest fixtures
1 parent 866ade1 commit 0844428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ help: ## 📚 Show help for each of the Makefile recipes
66
lint: ## 🔍 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

2525
leanSpec:
2626
git clone https://github.com/leanEthereum/leanSpec.git --single-branch

0 commit comments

Comments
 (0)