Skip to content

Commit 3e89d8f

Browse files
committed
wip_sanitizer
1 parent 40a9a79 commit 3e89d8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration_test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
build_and_test:
1515
runs-on: ubuntu-24.04
1616

17+
strategy:
18+
matrix:
19+
sanitizer: ["address", "leak", "thread", "undefined"]
20+
1721
steps:
1822
- name: Checkout code including full history and submodules
1923
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -34,6 +38,7 @@ jobs:
3438
tools/ci/run_ci.sh \
3539
--run-clean \
3640
--run-build \
41+
--sanitizer ${{ matrix.sanitizer }} \
3742
--run-tests \
3843
--source-directory examples/${example} \
3944
--build-directory build-wakaama-${example}

0 commit comments

Comments
 (0)