Skip to content

Commit

Permalink
ci: Build Zephyr libc and C++ tests and samples
Browse files Browse the repository at this point in the history
This commit updates the CI toolchain test job to build and run Zephyr
libc and C++ tests and samples in order to catch more C/C++ library
related regressions in the SDK CI.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed May 6, 2024
1 parent 2d488e6 commit c744a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,9 @@ jobs:
# Generate test list
TEST_ARGS="
-T ${ZEPHYR_ROOT}/samples/hello_world
-T ${ZEPHYR_ROOT}/samples/cpp/hello_world
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
-T ${ZEPHYR_ROOT}/tests/lib/cpp
-T ${ZEPHYR_ROOT}/tests/lib/newlib
"
Expand Down

0 comments on commit c744a06

Please sign in to comment.