summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Baentsch <info@baentsch.ch>2022-03-08 07:46:05 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-11 10:04:11 +0100
commitc635400be1f57cdc5b01828a57e59d589673fab8 (patch)
treedf61a3d6c6bdf663ee4c2102b588df104aa30ff8 /.github/workflows
parentbfdcbe95fde121b769f263b29566833dadc2ed41 (diff)
Add external testing with oqsprovider
Including running the oqsprovider external test in the CI external test build. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17832) (cherry picked from commit fa66f62ebbb878bef5c34591efc82b24b9b88dff)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1280b64673..e077447b99 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -282,6 +282,8 @@ jobs:
run: make test TESTS="test_external_krb5"
- name: test external_tlsfuzzer
run: make test TESTS="test_external_tlsfuzzer"
+ - name: test external oqs-provider
+ run: make test TESTS="test_external_oqsprovider"
external-test-pyca:
runs-on: ubuntu-latest