Skip to content

Commit 259a79e

Browse files
Disable fill-holes in the comparison CI
1 parent f3c6fa4 commit 259a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ jobs:
521521
ls ${{ matrix.programs-dir }}/*.json | cut -f1 -d'.' | \
522522
xargs -P 2 -I '{program}' \
523523
./target/release/cairo-vm-cli '{program}'.json --layout starknet_with_keccak \
524-
--memory_file '{program}'.rs.memory --trace_file '{program}'.rs.trace \
524+
--memory_file '{program}'.rs.memory --trace_file '{program}'.rs.trace --fill-holes false \
525525
${{ matrix.extra-args }}
526526
- name: Update cache
527527
uses: actions/cache/save@v3

0 commit comments

Comments
 (0)