Skip to content

Commit

Permalink
fix: update cargo-hax command
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave committed Sep 19, 2023
1 parent 7047425 commit c2b1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Generate fstar
run: |
docker run --rm -v ${{ github.workspace }}:/edhoc-rs hacspec-v2 bash -c "cd edhoc-rs/hacspec && cargo-hax into fstar"
docker run --rm -v ${{ github.workspace }}:/edhoc-rs hacspec-v2 bash -c "cd edhoc-rs/hacspec && cargo-hax -C -p edhoc-hacspec -p edhoc-crypto -p edhoc-consts -p edhoc-crypto-hacspec \; into fstar"
zip -j -r edhoc-rs-fstar.zip $(find ./hacspec -name *fst)
- name: Upload artifact
Expand Down

0 comments on commit c2b1cd6

Please sign in to comment.