Skip to content

Commit

Permalink
Merge pull request #171 from JacobBarthelmeh/ci
Browse files Browse the repository at this point in the history
add enable all to CI tests
  • Loading branch information
embhorn authored Jan 28, 2025
2 parents 05d954a + 3b34bed commit 5892ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
'--enable-wolfclu --enable-smallstack',
'--enable-wolfclu --enable-experimental --enable-dilithium',
'--enable-wolfclu --enable-smallstack --enable-experimental --enable-dilithium',
'--enable-all',
]
name: Build wolfssl
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
'--enable-wolfclu --enable-smallstack',
'--enable-wolfclu --enable-experimental --enable-dilithium',
'--enable-wolfclu --enable-smallstack --enable-experimental --enable-dilithium',
'--enable-all',
]
name: Build wolfclu
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5892ece

Please sign in to comment.