Skip to content

Commit

Permalink
staging: add precompiles (#1191)
Browse files Browse the repository at this point in the history
* add precompiles to staging

* add cairo 1 build
  • Loading branch information
greged93 authored Jun 14, 2024
1 parent e71a0b0 commit 74d34ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up submodules
run: |
cd lib/kakarot
make setup && make build-sol && make build
make setup && make build-sol && make build && make build-cairo1
- name: Run staging script
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
Expand Down
2 changes: 1 addition & 1 deletion scripts/staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export KAKAROT_ADDRESS="${KAKAROT_ADDRESS}"
export UNINITIALIZED_ACCOUNT_CLASS_HASH="${UNINITIALIZED_ACCOUNT_CLASS_HASH}"
export ACCOUNT_CONTRACT_CLASS_HASH="${ACCOUNT_CONTRACT_CLASS_HASH}"

poetry run pytest -s tests/end_to_end -m 'not CairoPrecompiles'
poetry run pytest -s tests/end_to_end

0 comments on commit 74d34ce

Please sign in to comment.