From 4962eb2bbd9595378c65da912d8a4b75ce44243b Mon Sep 17 00:00:00 2001 From: Patrick Longa Date: Mon, 7 Jun 2021 18:03:35 -0700 Subject: [PATCH] Update c.yml --- .github/workflows/c.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 7ff1a9c..ccaa645 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -35,18 +35,25 @@ jobs: if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: make test434 - name: SIKEp503 + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: make test503 - name: SIKEp610 + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: make test610 - name: SIKEp751 + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: make test751 - name: SIKEp434 KATs + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: sike434/PQCtestKAT_kem - name: SIKEp503 KATs + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: sike503/PQCtestKAT_kem - name: SIKEp610 KATs + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: sike610/PQCtestKAT_kem - name: SIKEp751 KATs + if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }} run: sike751/PQCtestKAT_kem test-sanitize: runs-on: ubuntu-latest