We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874e660 commit 129f0ccCopy full SHA for 129f0cc
.github/workflows/simple.yml
@@ -30,7 +30,10 @@ jobs:
30
'openssl-3.2.5',
31
'openssl-3.1.8',
32
'openssl-3.0.17']
33
- debug: ['', 'WOLFPROV_DEBUG=1']
+ debug: ['', '--debug']
34
+ replace_default: [
35
+ '',
36
+ '--replace-default --enable-replace-default-testing']
37
38
steps:
39
- name: Checkout wolfProvider
@@ -40,7 +43,7 @@ jobs:
40
43
41
44
- name: Build and test wolfProvider
42
45
run: |
- 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 }}
47
48
- name: Print errors
49
if: ${{ failure() }}
0 commit comments