We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0099f commit cd95f82Copy full SHA for cd95f82
1 file changed
.github/workflows/simple.yml
@@ -22,6 +22,7 @@ jobs:
22
openssl_ref: [ 'master', 'openssl-3.5.0' ]
23
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
24
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
25
+ debug: ['WOLFPROV_DEBUG=1', '']
26
steps:
27
- name: Checkout wolfProvider
28
uses: actions/checkout@v4
@@ -50,7 +51,7 @@ jobs:
50
51
52
- name: Run simple tests
53
run: |
- ${{ matrix.force_fail }} ./scripts/cmd_test/do-cmd-tests.sh
54
+ ${{ matrix.force_fail }} ${{ matrix.debug }} ./scripts/cmd_test/do-cmd-tests.sh
55
56
- name: Print test logs
57
if: always()
0 commit comments