diff --git a/.github/workflows/OpenSSL_versions.yml b/.github/workflows/OpenSSL_versions.yml index 80e8b04..799f0bb 100644 --- a/.github/workflows/OpenSSL_versions.yml +++ b/.github/workflows/OpenSSL_versions.yml @@ -28,8 +28,13 @@ jobs: - name: make run: | make -f Makefile_v1 + ./cmpClient -help make -f Makefile_v1 clean_all - + USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 + - name: test_Mock + # Testing only with selected branche as it is consuming resources from github runner. + if: matrix.branch == 'openssl-3.0' + run: | USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 test_Mock make -f Makefile_v1 clean_all - name: cmake