Skip to content

Commit 8493582

Browse files
committed
test: Build and unit test examples with sanitizers
This way the Wakaama library is built and tested with the configurations that the examples use.
1 parent 1cc7783 commit 8493582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install cmake libcunit1-dev ninja-build
3434
35-
- name: Build all binaries
35+
- name: Build Wakaama
3636
run: |
3737
tools/ci/run_ci.sh --run-build --sanitizer ${{ matrix.sanitizer }} --verbose
3838
env:
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
CC: ${{ matrix.compiler }}
4646

47-
- name: Build examples
47+
- name: Build and test examples
4848
run: |
4949
tools/ci/run_ci.sh \
5050
--run-clean \

0 commit comments

Comments
 (0)