]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI external test: for now run only the krb5 and gost_engine tests
authorTomas Mraz <tomas@openssl.org>
Thu, 4 Mar 2021 11:35:16 +0000 (12:35 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 5 Mar 2021 13:27:46 +0000 (14:27 +0100)
The boringssl (https://github.com/openssl/openssl/issues/14424)
and pyca-cryptography (https://github.com/openssl/openssl/issues/14425)
tests are currently broken.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/14416)

.github/workflows/ci.yml

index eb29080d62325743ba0470f95ae68cc7f89cb45f..1b5746b9bceafec9645b5f65192c95e61d9a9db6 100644 (file)
@@ -186,4 +186,4 @@ jobs:
     - name: make
       run: make -s -j4
     - name: make test
-      run: BORING_RUNNER_DIR=$(pwd)/boringssl/ssl/test/runner make test TESTS="test_external*"
+      run: BORING_RUNNER_DIR=$(pwd)/boringssl/ssl/test/runner make test TESTS="test_external_gost_engine test_external_krb5"