diff options
author | Dmitry Belyavskiy <beldmit@gmail.com> | 2021-12-23 11:19:07 +0100 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2022-01-05 11:24:51 +0100 |
commit | e66c41725f03dae2b295df048312fe6d28729e98 (patch) | |
tree | 26a2d050b0e12f9719a0ec0d705b1ca48c8477f4 | |
parent | TLS Fuzzer: initial test infrastructure (diff) | |
download | openssl-e66c41725f03dae2b295df048312fe6d28729e98.tar.xz openssl-e66c41725f03dae2b295df048312fe6d28729e98.zip |
Run TLSfuzzer tests for CI
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17340)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b52b8c15f4..103f4c774f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,6 +273,8 @@ jobs: run: make test TESTS="test_external_gost_engine" - name: test external krb5 run: make test TESTS="test_external_krb5" + - name: test external_tlsfuzzer + run: make test TESTS="test_external_tlsfuzzer" external-test-pyca: runs-on: ubuntu-latest |