Skip to content

Commit

Permalink
fix(ci): test local chacha20, not specs one
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed May 7, 2024
1 parent ce1a066 commit e8fdd4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ jobs:
./setup.sh
- run: cargo hax --version
- name: Test an extraction
uses: actions/checkout@v3
with:
repository: 'hacspec/specs'
- run: |
run: |
cd examples/chacha20
eval $(opam env)
cargo hax -C -p hacspec-chacha20 \; -i '**' into fstar
cargo hax into fstar
setup_sh_status:
if: |
always() &&
Expand Down

0 comments on commit e8fdd4f

Please sign in to comment.