Procházet zdrojové kódy

Add enable-fips to CI configuration

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15537)
Jon Spillett před 3 roky
rodič
revize
8a5bd05da8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/workflows/run-checker-ci.yml

+ 1 - 1
.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,
         ]