We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d954a commit 3b34bedCopy full SHA for 3b34bed
.github/workflows/fsanitize-check.yml
@@ -19,6 +19,7 @@ jobs:
19
'--enable-wolfclu --enable-smallstack',
20
'--enable-wolfclu --enable-experimental --enable-dilithium',
21
'--enable-wolfclu --enable-smallstack --enable-experimental --enable-dilithium',
22
+ '--enable-all',
23
]
24
name: Build wolfssl
25
runs-on: ${{ matrix.os }}
@@ -55,6 +56,7 @@ jobs:
55
56
57
58
59
60
61
name: Build wolfclu
62
0 commit comments