From: Tomas Mraz Date: Thu, 4 Mar 2021 11:35:16 +0000 (+0100) Subject: CI external test: for now run only the krb5 and gost_engine tests X-Git-Tag: openssl-3.0.0-alpha13~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ddea35bd418b89c2f8403b41c054ad2f454382b;p=thirdparty%2Fopenssl.git CI external test: for now run only the krb5 and gost_engine tests 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 Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/14416) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb29080d623..1b5746b9bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"