Skip to content

Commit

Permalink
Update c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklonga authored Jun 8, 2021
1 parent 67b2721 commit 4962eb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4962eb2

Please sign in to comment.