Bump slothy from 0bd930a
to fcba26c
#5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ml-kem tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
test-ml-kem: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Install Toolchain | |
uses: carlosperate/[email protected] | |
with: | |
release: 13.2.Rel1 | |
- name: Install qemu-system | |
run: sudo apt-get install -y qemu-system | |
- name: Install dependencies | |
run: pip3 install -r requirements.txt | |
- name: Test (mps2-an386) | |
run: ./test.py -p mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024 | |
- name: Testvectors (mps2-an386) | |
run: ./testvectors.py -p mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024 |