Skip to content

Add ML-DSA-44 tests to CI. #46

Add ML-DSA-44 tests to CI.

Add ML-DSA-44 tests to CI. #46

Workflow file for this run

name: "Known answer tests"
on:
pull_request:
push:
jobs:
tests:
name: tests
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 "env PARAMETER_SET={{ matrix.parameter_set }} make test"