Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! add workflow to chec…
Browse files Browse the repository at this point in the history
…k compatability with openssl versions
  • Loading branch information
rajeev-0 committed Jan 20, 2025
1 parent cac854d commit 29f67f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
make -f Makefile_v1 clean_all
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1
- name: test_Mock
# Testing only with selected branch as it is consuming resources from github runner.
# Testing only with latest branch as it is consuming resources from github runner.
# OpenSSL-3.0 is tested in build.yml as it is default version in ubuntu 22.04.
if: matrix.branch == 'openssl-3.0'
run: |
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 test_Mock
Expand Down

0 comments on commit 29f67f3

Please sign in to comment.