Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

fix: add compilation ot the end to end tests #1529

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading