-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb940ba
commit f22d4f7
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
test-ml-kem: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
@@ -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) | ||
|