]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CI: have enable-acvp-tests in some CI build
authorTomas Mraz <tomas@openssl.org>
Wed, 14 Jul 2021 13:49:31 +0000 (15:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 16 Jul 2021 09:23:18 +0000 (11:23 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16076)

.github/workflows/ci.yml

index 5ff0750681c5cff7a78a37206f572a52d6c99964..fa650e4d6c6ab095f99ac815e5941441d29b6bc4 100644 (file)
@@ -215,7 +215,7 @@ jobs:
         mkdir ./build
         mkdir ./install
     - name: config
-      run: ../config --banner=Configured enable-fips --strict-warnings --prefix=$(cd ../install; pwd) && perl configdata.pm --dump
+      run: ../config --banner=Configured enable-fips enable-acvp-tests --strict-warnings --prefix=$(cd ../install; pwd) && perl configdata.pm --dump
       working-directory: ./build
     - name: make
       run: make -s -j4