summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Baentsch <info@baentsch.ch>2022-03-08 07:46:05 +0100
committerTomas Mraz <tomas@openssl.org>2022-03-09 17:57:37 +0100
commitfa66f62ebbb878bef5c34591efc82b24b9b88dff (patch)
tree502e869b3c48d4b5d567b67cfa64bc0261a23435 /.github
parenta35c3a9f5be07c4c1bcabdd98ea56ff3ff20b645 (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)
Diffstat (limited to '.github')
-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 1f0ad4bc17..7f40ae893d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -277,6 +277,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