Skip to content

Commit 017d998

Browse files
author
Test User
committed
Add asan for tests
1 parent 3e70912 commit 017d998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/openssl-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
openssl_version_test:
17+
continue-on-error: true
1718
name: OpenSSL Version Test
1819
runs-on: ubuntu-22.04
1920
timeout-minutes: 30
@@ -69,7 +70,8 @@ jobs:
6970

7071
- name: Build and test wolfProvider
7172
run: |
72-
OPENSSL_TAG=${{ matrix.openssl_ref }} \
73+
WOLFPROV_CONFIG_CFLAGS="-static-libasan -fsanitize=address,undefined -g" \
74+
OPENSSL_TAG=${{ matrix.openssl_ref }} \
7375
WOLFSSL_TAG=${{ matrix.wolfssl_ref }} \
7476
./scripts/build-wolfprovider.sh
7577

0 commit comments

Comments
 (0)