always use the same perl in $PATH
[openssl.git] / .github / workflows / run-checker-ci.yml
index 9a34e5d42e942603526aef8f890d989dc486e9c3..5a6dd4dc85ccce3915c687ee18eec9a773e55f36 100644 (file)
@@ -1,7 +1,6 @@
-
 # Jobs run per pull request submission
 name: Run-checker CI
-on: [pull_request]
+on: [pull_request, push]
 jobs:
   run-checker:
     strategy:
@@ -23,7 +22,7 @@ jobs:
           no-threads,
           no-tls,
           no-tls1_3,
-          enable-trace,
+          enable-trace enable-fips,
           no-ts,
           no-ui,
         ]
@@ -31,7 +30,9 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - name: config
-      run: CC=clang ./config --banner=Configured --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