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