Fix -no-tls1_2 in tests
[openssl.git] / .github / workflows / run-checker-ci.yml
index d89c7740e1cd9d749bafbeee3341482098f7c634..33ec553a8864607273ace14f190f8876714767c0 100644 (file)
@@ -1,7 +1,13 @@
+# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the Apache License 2.0 (the "License").  You may not use
+# this file except in compliance with the License.  You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
 
 # Jobs run per pull request submission
 name: Run-checker CI
-on: [pull_request]
+on: [pull_request, push]
 jobs:
   run-checker:
     strategy:
@@ -13,8 +19,8 @@ jobs:
           no-ct,
           no-dtls,
           no-ec,
+          no-ec2m,
           no-legacy,
-          no-siv,
           no-sock,
           no-srp,
           no-srtp,
@@ -22,8 +28,9 @@ jobs:
           no-tests,
           no-threads,
           no-tls,
+          no-tls1_2,
           no-tls1_3,
-          enable-trace,
+          enable-trace enable-fips,
           no-ts,
           no-ui,
         ]
@@ -31,7 +38,9 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - name: config
-      run: CC=clang ./config --strict-warnings ${{ matrix.opt }} && perl configdata.pm --dump
+      run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
+    - name: config dump
+      run: ./configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: make test