Skip to content

hax ci run for kyber #6

hax ci run for kyber

hax ci run for kyber #6

Workflow file for this run

name: hax
on:
push:
branches: ["dev", "franziskus/hax-ci"]
pull_request:
branches: ["dev"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hax:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Setup
run: |
sudo apt-get update
rustup update
- name: Run hax
run: nix run github:hacspec/hacspec-v2 -- into -i '-** +kem::kyber768::** -kem::kyber768::arithmetic::mutable_operations::**' fstar