Skip to content

Commit

Permalink
add CI test for aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bhess committed Mar 1, 2024
1 parent 5958b49 commit 828d81f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ jobs:
with:
name: liboqs-openssl3-shared-x64
path: build/*.deb
- name: Check STD algorithm and alias
if: ${{ matrix.name }} == 'jammy-std-openssl3'
run: tests/dump_alg_info | grep "ML-DSA-44:" && tests/dump_alg_info | grep "ML-DSA-44-ipd:" && tests/dump_alg_info | grep "ML-KEM-512:" && tests/dump_alg_info | grep "ML-KEM-512-ipd:"
working-directory: build

linux_arm_emulated:
needs: buildcheck
Expand Down

0 comments on commit 828d81f

Please sign in to comment.