Skip to content

Commit

Permalink
Verbose output on CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 18, 2023
1 parent 9873ba1 commit 5298bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
timeout-minutes: 10
run: |
TLS_PROTOCOLS='TLSv1.2' TLS=1 ./tests/run_tests.sh
TLS_PROTOCOLS='TLSv1.2' VERBOSE=1 TLS=1 ./tests/run_tests.sh
- name: Test OSS TCP TLS v1.3
if: matrix.platform == 'ubuntu-latest'
timeout-minutes: 10
run: |
TLS_PROTOCOLS='TLSv1.3' TLS=1 ./tests/run_tests.sh
TLS_PROTOCOLS='TLSv1.3' VERBOSE=1 TLS=1 ./tests/run_tests.sh
- name: Test OSS-CLUSTER TCP
timeout-minutes: 10
Expand Down

0 comments on commit 5298bac

Please sign in to comment.