mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +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 ./build
|
||||||
mkdir ./install
|
mkdir ./install
|
||||||
- name: config
|
- 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
|
working-directory: ./build
|
||||||
- name: make
|
- name: make
|
||||||
run: make -s -j4
|
run: make -s -j4
|
||||||
|
Loading…
Reference in New Issue
Block a user