mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 05:23:50 +08:00
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)
This commit is contained in:
parent
033e987c03
commit
f096691b91
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user