Skip to content

Commit 347fd4c

Browse files
authored
Adding back in proof generation on container
- Still requires some additional steps to fetch the results from the running container but this is a starting point.
1 parent 89d8f06 commit 347fd4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kmir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
for k_file in kmir-proofs/*/*-spec.k; do
3939
echo "Running ${k_file}"
40-
docker exec -t ${{ env.container_name }} kmir prove run ${k_file}
40+
docker exec -t ${{ env.container_name }} /bin/bash -l -c "kmir prove run ${k_file} --proof-dir $(dirname ${k_file})/proofs"
4141
done
4242
4343
- name: Stop Tool Container

0 commit comments

Comments
 (0)