From b41ab9e3b8ded356445543100d89e1f8b220853c Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sun, 20 Oct 2024 13:26:30 +0800 Subject: [PATCH] fix CI again --- .github/workflows/ml-dsa.yml | 4 ++-- .github/workflows/ml-kem.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ml-dsa.yml b/.github/workflows/ml-dsa.yml index 11e70ee..30dde4d 100644 --- a/.github/workflows/ml-dsa.yml +++ b/.github/workflows/ml-dsa.yml @@ -22,6 +22,6 @@ jobs: - name: Install dependencies run: pip3 install -r requirements.txt - name: Test (mps2-an386) - run: ./test.py PLATFORM=mps2-an386 ml-dsa-44 ml-dsa-65 ml-dsa-87 + run: ./test.py -p mps2-an386 ml-dsa-44 ml-dsa-65 ml-dsa-87 - name: Testvectors (mps2-an386) - run: ./testvectors.py PLATFORM=mps2-an386 ml-dsa-44 ml-dsa-65 ml-dsa-87 \ No newline at end of file + run: ./testvectors.py -p mps2-an386 ml-dsa-44 ml-dsa-65 ml-dsa-87 \ No newline at end of file diff --git a/.github/workflows/ml-kem.yml b/.github/workflows/ml-kem.yml index 5844052..c0e46d6 100644 --- a/.github/workflows/ml-kem.yml +++ b/.github/workflows/ml-kem.yml @@ -22,6 +22,6 @@ jobs: - 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 + run: ./test.py -p mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024 - name: Testvectors (mps2-an386) - run: ./testvectors.py PLATFORM=mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024 \ No newline at end of file + run: ./testvectors.py -p mps2-an386 ml-kem-512 ml-kem-768 ml-kem-1024 \ No newline at end of file