Skip to content

Commit

Permalink
test: Build and unit test examples with sanitizers
Browse files Browse the repository at this point in the history
This way the Wakaama library is built and tested with the configurations
that the examples use.
  • Loading branch information
LukasWoodtli committed Dec 17, 2024
1 parent 189f6d4 commit 0d1f6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 \
Expand Down

0 comments on commit 0d1f6fd

Please sign in to comment.