Skip to content

Commit

Permalink
Restore zip
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 1, 2024
1 parent 2a784f7 commit b0242c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,13 @@ jobs:
key: cairo_proof_programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
fail-on-cache-miss: true

- name: Fetch pie
uses: actions/cache/restore@v3
with:
path: cairo_programs/**/*.pie.zip
key: cairo_test_programs-release-trace-cache-${{ github.sha }}
fail-on-cache-miss: true

- name: Run script
run: ./vm/src/tests/compare_outputs_dynamic_layouts.sh

Expand Down

0 comments on commit b0242c4

Please sign in to comment.