Skip to content

Commit d2fa773

Browse files
committed
limit depth to 500
1 parent 6ba670a commit d2fa773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rv-run-proofs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
kmir prove-rs --smir artefacts/p-token.smir.json \
118118
--start-symbol 'pinocchio_token_program::entrypoint::${{ matrix.proof }}' \
119119
--verbose \
120+
--max-depth 500 \
120121
--max-iterations 100 \
121122
--proof-dir artefacts/proof
122123
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \

0 commit comments

Comments
 (0)