We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca64575 commit 3d08907Copy full SHA for 3d08907
.github/workflows/OpenSSL_versions.yml
@@ -27,7 +27,7 @@ jobs:
27
echo "LD_LIBRARY_PATH=$PWD/openssl:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
28
- name: make
29
run: |
30
- make -f Makefile_v1
+ make -f Makefile_v1 test_Mock
31
make -f Makefile_v1 clean_all
32
33
USE_LIBCMP=1 STATIC_LIBCMP=1 make -f Makefile_v1 test_Mock
0 commit comments