Skip to content

Commit ddc30fe

Browse files
committed
CI: Run HOL-Light tests with log output
Otherwise, it is impossible to follow the progress of the long-running HOL-Light proofs in CI. Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent d9a6dd1 commit ddc30fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hol_light.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
gh_token: ${{ secrets.GITHUB_TOKEN }}
9999
nix-shell: 'hol_light'
100100
script: |
101-
tests hol_light -p ${{ matrix.proof.name }}
101+
tests hol_light -p ${{ matrix.proof.name }} --verbose

0 commit comments

Comments
 (0)