summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2021-12-23 11:19:07 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2022-01-05 11:24:51 +0100
commite66c41725f03dae2b295df048312fe6d28729e98 (patch)
tree26a2d050b0e12f9719a0ec0d705b1ca48c8477f4 /.github
parentdb87f89b7393eea395b82050c7fc4e1869ef112e (diff)
downloadopenssl-new-e66c41725f03dae2b295df048312fe6d28729e98.tar.gz
Run TLSfuzzer tests for CI
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17340)
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 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