From d41e91ac8304fe2bd26c2c740d942e7e9477791d Mon Sep 17 00:00:00 2001 From: Elias Tazartes <66871571+Eikix@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:42:44 +0100 Subject: [PATCH] fix: add compilation ot the end to end tests (#1529) --- scripts/e2e_pipeline.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e_pipeline.sh b/scripts/e2e_pipeline.sh index 252fe1f34..3847f84d1 100644 --- a/scripts/e2e_pipeline.sh +++ b/scripts/e2e_pipeline.sh @@ -118,5 +118,7 @@ if ${run_test}; then export UNINITIALIZED_ACCOUNT_CLASS_HASH="${UNINITIALIZED_ACCOUNT_CLASS_HASH}" export ACCOUNT_CONTRACT_CLASS_HASH="${ACCOUNT_CONTRACT_CLASS_HASH}" + uv sync --all-extras --dev && make build-sol && make build + eval "uv run pytest -s tests/end_to_end ${SKIP}" fi