mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CI: github actions: limit OpenSSL no-deprecated builds to "default,bug,devel" reg-tests
This commit is contained in:
parent
b4daeeb094
commit
f9bc6e4968
1 changed files with 1 additions and 1 deletions
2
.github/workflows/openssl-nodeprecated.yml
vendored
2
.github/workflows/openssl-nodeprecated.yml
vendored
|
|
@ -30,4 +30,4 @@ jobs:
|
|||
make DEFINE="-DOPENSSL_API_COMPAT=0x10100000L -DOPENSSL_NO_DEPRECATED" -j3 CC=gcc ERR=1 TARGET=linux-glibc USE_OPENSSL=1
|
||||
- name: run reg-tests
|
||||
run: |
|
||||
make reg-tests VTEST_PROGRAM=../vtest/vtest
|
||||
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
|
||||
|
|
|
|||
Loading…
Reference in a new issue