Skip to content

Commit

Permalink
fix: add compilation ot the end to end tests (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Nov 6, 2024
1 parent 5e74be8 commit d41e91a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/e2e_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d41e91a

Please sign in to comment.