summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2021-05-31 13:50:02 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-06-03 07:33:13 +1000
commit8a5bd05da84ed635a8cb7a29004598e16f5dea70 (patch)
tree48915f50ebecca221e99c73ebda35322890decca /.github
parentc29b71c3676fda885619750add5f44dfd66c6d78 (diff)
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 9a34e5d42e..4022778dd8 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,
]