Skip to content

Commit c3596c3

Browse files
committed
Update interactive shell test
Signed-off-by: Jake Massimo <[email protected]>
1 parent 0c810b1 commit c3596c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/hol_light.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ jobs:
6363
gh_token: ${{ secrets.GITHUB_TOKEN }}
6464
nix-shell: 'hol_light'
6565
script: |
66-
make -C proofs/hol_light/x86_64 mldsa/mldsa_ntt.o
67-
echo 'needs "proofs/mldsa_ntt.ml";;' | hol.sh
66+
# Load base infrastructure and specs to validate HOL-Light environment
67+
# When we have smaller/faster proofs, we can run them here instead:
68+
# make -C proofs/hol_light/x86_64 mldsa/mldsa_ntt.o
69+
# echo 'needs "proofs/mldsa_ntt.ml";;' | hol.sh
70+
echo 'needs "x86/proofs/base.ml";; needs "proofs/mldsa_specs.ml";; #quit;;' | hol.sh
6871
hol_light_proofs:
6972
needs: [ hol_light_bytecode ]
7073
strategy:

0 commit comments

Comments
 (0)