Skip to content

Commit

Permalink
matrix-based OQS_KEM_ENCODERS testing added
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch committed Aug 9, 2024
1 parent 367a412 commit 2df4fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
fail-fast: false
matrix:
ossl-branch: [openssl-3.1.0, master]
cmake-params: [ "", "-DOQS_KEM_ENCODERS=ON" ]
include:
- name: alpine
container: openquantumsafe/ci-alpine-amd64:latest
Expand All @@ -55,7 +56,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Full build
run: OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh
run: OQSPROV_CMAKE_PARAMS=${{ matrix.cmake-params}} OPENSSL_BRANCH=${{ matrix.ossl-branch }} ./scripts/fullbuild.sh
- name: Enable sibling oqsprovider for testing
run: cd _build/lib && ln -s oqsprovider.so oqsprovider2.so
- name: Test
Expand Down

0 comments on commit 2df4fae

Please sign in to comment.