We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a784f7 commit b0242c4Copy full SHA for b0242c4
.github/workflows/rust.yml
@@ -791,6 +791,13 @@ jobs:
791
key: cairo_proof_programs-cache-${{ hashFiles('cairo_programs/**/*.cairo', 'examples/wasm-demo/src/array_sum.cairo') }}
792
fail-on-cache-miss: true
793
794
+ - name: Fetch pie
795
+ uses: actions/cache/restore@v3
796
+ with:
797
+ path: cairo_programs/**/*.pie.zip
798
+ key: cairo_test_programs-release-trace-cache-${{ github.sha }}
799
+ fail-on-cache-miss: true
800
+
801
- name: Run script
802
run: ./vm/src/tests/compare_outputs_dynamic_layouts.sh
803
0 commit comments