Skip to content

Commit

Permalink
[DEBUG] Print OpenSSL versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Aug 14, 2023
1 parent db633c5 commit c11ed20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,18 @@ jobs:
- name: compile
run: rake compile -- --enable-debug --with-openssl-dir=$HOME/.openssl/${{ matrix.openssl }}

- name: print OpenSSL version by printv
run: |
set -x && \
git clone https://github.com/junaruga/openssl-test.git && \
cd openssl-test && \
make OPENSSL_DIR=$HOME/.openssl/${{ matrix.openssl }} EXE_ALL=printv && \
LD_LIBRARY_PATH=$HOME/.openssl/${{ matrix.openssl }}/lib/ \
./printv
- name: print OpenSSL versions by ruby/openssl
run: rake debug

- name: test
run: rake test TESTOPTS="-v --no-show-detail-immediately" OSSL_MDEBUG=1
timeout-minutes: 5
Expand Down

0 comments on commit c11ed20

Please sign in to comment.