diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 26532c07..5620a741 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 \