From b1372197496650c3cb318cade911a3bd6af14adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Cestm=C3=ADr=20Kalina?= Date: Tue, 27 Sep 2022 17:21:05 -0400 Subject: ci: add thread-pool and default-thread-pool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Čestmír Kalina Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/12255) --- .github/workflows/run-checker-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 222cffa5b9..ffc4f6f8ff 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -32,6 +32,8 @@ jobs: enable-ssl-trace, no-tests, no-threads, + no-thread-pool, + no-default-thread-pool, no-tls, no-tls1_2, no-tls1_3, -- cgit v1.2.1