From 8a5bd05da84ed635a8cb7a29004598e16f5dea70 Mon Sep 17 00:00:00 2001 From: Jon Spillett Date: Mon, 31 May 2021 13:50:02 +1000 Subject: [PATCH] Add enable-fips to CI configuration Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/15537) --- .github/workflows/run-checker-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 9a34e5d42e9..4022778dd87 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.yml @@ -23,7 +23,7 @@ jobs: no-threads, no-tls, no-tls1_3, - enable-trace, + enable-trace enable-fips, no-ts, no-ui, ] -- 2.47.2