summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-04 12:35:16 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-05 14:27:46 +0100
commit1ddea35bd418b89c2f8403b41c054ad2f454382b (patch)
tree28a65e508992f09d690445d7b6b1990452a91eb8 /.github
parentec69d5c9a8b7c0edfbde56b65023ea5088547370 (diff)
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 <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/14416)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eb29080d62..1b5746b9bc 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"