Skip to content

Commit

Permalink
Add ML-DSA-44 tests to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Dec 5, 2024
1 parent 29cb12b commit 12a16ba
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 101 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/kat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
parameter_set: ["44", "65"]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v3
- run: nix-shell --run 'echo Installed dependencies.'
- run: nix-shell --run 'make test'
- run: nix-shell --run "env PARAMETER_SET={{ matrix.parameter_set }} make test"
Loading

0 comments on commit 12a16ba

Please sign in to comment.