Skip to content

Commit cd95f82

Browse files
committed
Add debug to cmd testing
1 parent 3e0099f commit cd95f82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/simple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
openssl_ref: [ 'master', 'openssl-3.5.0' ]
2323
wolfssl_ref: [ 'master', 'v5.8.0-stable' ]
2424
force_fail: ['WOLFPROV_FORCE_FAIL=1', '']
25+
debug: ['WOLFPROV_DEBUG=1', '']
2526
steps:
2627
- name: Checkout wolfProvider
2728
uses: actions/checkout@v4
@@ -50,7 +51,7 @@ jobs:
5051
5152
- name: Run simple tests
5253
run: |
53-
${{ matrix.force_fail }} ./scripts/cmd_test/do-cmd-tests.sh
54+
${{ matrix.force_fail }} ${{ matrix.debug }} ./scripts/cmd_test/do-cmd-tests.sh
5455
5556
- name: Print test logs
5657
if: always()

0 commit comments

Comments
 (0)