Skip to content

First shot at ML-DSA-44. #6

First shot at ML-DSA-44.

First shot at ML-DSA-44. #6

Workflow file for this run

name: "Safety sanity-check"
on:
pull_request:
push:
jobs:
tests:
name: tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
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 run-interpreter'