Skip to content

Commit

Permalink
Add CI for Dilithium NTT
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 15, 2024
1 parent 5578f9a commit 451c1a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/test_ntt_dilithium.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tests
on:
pull_request:
branches: [ "main" ]
jobs:
test_dilithium_ntt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: install dependencies
run: sudo apt install gcc-aarch64-linux-gnu qemu-user
- name: Run tests
run: |
make run-cross-ntt_dilithium
2 changes: 1 addition & 1 deletion slothy
Submodule slothy updated 103 files

0 comments on commit 451c1a7

Please sign in to comment.