summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-07-14 15:49:31 +0200
committerTomas Mraz <tomas@openssl.org>2021-07-16 11:23:18 +0200
commitf096691b91413363e8c45a0e093018d1c86de941 (patch)
tree5a0877cd65a60b84e24a49c807313a9b30bfe07d /.github
parent033e987c03e025fa15eeae036578384e65f49af0 (diff)
CI: have enable-acvp-tests in some CI build
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16076)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ff0750681..fa650e4d6c 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