Skip to content

Commit 129f0cc

Browse files
committed
Update simple.yml to test with new enable default replace testing option
1 parent 874e660 commit 129f0cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/simple.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
'openssl-3.2.5',
3131
'openssl-3.1.8',
3232
'openssl-3.0.17']
33-
debug: ['', 'WOLFPROV_DEBUG=1']
33+
debug: ['', '--debug']
34+
replace_default: [
35+
'',
36+
'--replace-default --enable-replace-default-testing']
3437

3538
steps:
3639
- name: Checkout wolfProvider
@@ -40,7 +43,7 @@ jobs:
4043

4144
- name: Build and test wolfProvider
4245
run: |
43-
OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ${{ matrix.debug }} ./scripts/build-wolfprovider.sh
46+
OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh ${{ matrix.debug }} ${{ matrix.replace_default }}
4447
4548
- name: Print errors
4649
if: ${{ failure() }}

0 commit comments

Comments
 (0)