From: Tomas Mraz Date: Wed, 14 Jul 2021 13:49:31 +0000 (+0200) Subject: CI: have enable-acvp-tests in some CI build X-Git-Tag: openssl-3.0.0-beta2~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f096691b91413363e8c45a0e093018d1c86de941;p=thirdparty%2Fopenssl.git CI: have enable-acvp-tests in some CI build Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16076) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ff0750681c..fa650e4d6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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