Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Oct 20, 2024
1 parent eb940ba commit f22d4f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ml-dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "master" ]
jobs:
build-all:
test-ml-dsa:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -19,6 +19,8 @@ jobs:
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 PLATFORM=mps2-an386 ml-dsa-44 ml-dsa-65 ml-dsa-87
- name: Testvectors (mps2-an386)
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ml-kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "master" ]
jobs:
build-all:
test-ml-kem:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -17,6 +17,10 @@ jobs:
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 PLATFORM=mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024
- name: Testvectors (mps2-an386)
Expand Down

0 comments on commit f22d4f7

Please sign in to comment.