Skip to content

Commit

Permalink
Fixed silly mistake in hax.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Nov 24, 2023
1 parent ce756a6 commit 180e67c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
run: |
eval $(opam env)
./hax-driver.py --kyber-reference
# Extract the functions in the compress module individually to test
# the function-extraction code.
# Extract functions from the remaining modules to test the
# module-extraction code.
./hax-driver.py --crate-path specs/kyber \
# Extract the functions in the compress module individually to test
# the function-extraction code.
--functions hacspec_kyber::compress::compress \
hacspec_kyber::compress::decompress \
hacspec_kyber::compress::compress_d \
hacspec::kyber::compress::decompress_d \
# Extract functions from the remaining modules to test the
# module-extraction code.
--modules ind_cpa \
hacspec_kyber \
matrix \
Expand Down

0 comments on commit 180e67c

Please sign in to comment.