From d845fbc7dfa697f77398ca1d87e5da1ebaadf368 Mon Sep 17 00:00:00 2001 From: Lukas Woodtli Date: Wed, 4 Dec 2024 21:39:44 +0100 Subject: [PATCH] test: Build and unit test examples with sanitizers This way the Wakaama library is built and tested with the configurations that the examples use. --- .github/workflows/build_and_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 26532c07..5fe3e8c5 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get update sudo apt-get install cmake libcunit1-dev ninja-build - - name: Build all binaries + - name: Build Wakaama run: | tools/ci/run_ci.sh --run-build --sanitizer ${{ matrix.sanitizer }} --verbose env: @@ -44,7 +44,7 @@ jobs: env: CC: ${{ matrix.compiler }} - - name: Build examples + - name: Build and test examples run: | tools/ci/run_ci.sh \ --run-clean \