File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,9 @@ jobs:
115115 docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
116116 bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
117117 timeout 7200 \
118- docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
118+ docker exec \
119+ --env KORE_RPC_OPTS="--log-context *>depth. --log-context *>proxy" \
120+ --workdir /workdir "${KMIR_CONTAINER_NAME}" \
119121 kmir prove-rs --smir artefacts/p-token.smir.json \
120122 --start-symbol 'pinocchio_token_program::entrypoint::${{ matrix.proof }}' \
121123 --verbose \
@@ -131,7 +133,7 @@ jobs:
131133 if : always()
132134 uses : actions/upload-artifact@v4
133135 with :
134- name : $ artefacts-${{ matrix.proof }}
136+ name : artefacts-${{ matrix.proof }}
135137 path : |
136138 artefacts/p-token.smir.json
137139 artefacts/proof/*-full.txt
You can’t perform that action at this time.
0 commit comments