Skip to content

Commit

Permalink
feat(ci): verify extraction-edited F* code
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jan 9, 2024
1 parent 7658d96 commit 51be769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
PATH="${PATH}:${{ github.workspace }}/fstar/bin" \
./hax-driver.py --verify-extraction
- name: 🏃 Verify Kyber `extraction-edited` F* code
run: |
env FSTAR_HOME=${{ github.workspace }}/fstar \
HACL_HOME=${{ github.workspace }}/hacl-star \
HAX_HOME=${{ github.workspace }}/hax \
PATH="${PATH}:${{ github.workspace }}/fstar/bin" \
make -C proofs/fstar/extraction-edited
- name: 🏃 Extract the Kyber specification
run: |
eval $(opam env)
Expand Down

0 comments on commit 51be769

Please sign in to comment.