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 f3c6fa4 commit 259a79eCopy full SHA for 259a79e
.github/workflows/rust.yml
@@ -521,7 +521,7 @@ jobs:
521
ls ${{ matrix.programs-dir }}/*.json | cut -f1 -d'.' | \
522
xargs -P 2 -I '{program}' \
523
./target/release/cairo-vm-cli '{program}'.json --layout starknet_with_keccak \
524
- --memory_file '{program}'.rs.memory --trace_file '{program}'.rs.trace \
+ --memory_file '{program}'.rs.memory --trace_file '{program}'.rs.trace --fill-holes false \
525
${{ matrix.extra-args }}
526
- name: Update cache
527
uses: actions/cache/save@v3
0 commit comments