Skip to content

Commit

Permalink
test(blockifier): add case for cairo steps contract (#1270)
Browse files Browse the repository at this point in the history
test(blockifier): add case for cairo steps contract
  • Loading branch information
yoavGrs authored Oct 9, 2024
1 parent ce56299 commit ee4531b
Show file tree
Hide file tree
Showing 4 changed files with 36,884 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/blockifier_compiled_cairo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
with:
toolchain: nightly-2023-07-05

- name: install toolchain for cairo steps test contract compilation (old compiler tag)
uses: actions-rs/toolchain@master
with:
toolchain: nightly-2024-04-29

- name: Verify cairo contract recompilation (both cairo versions).
run:
cd sequencer &&
Expand Down
Loading

0 comments on commit ee4531b

Please sign in to comment.