This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit e6e583e52307ef03a6a2e037397c14b9a81fc0c3 Author: Szymon Janc <[email protected]> AuthorDate: Thu Jul 20 15:58:37 2023 +0200 ci: Add linux power NPL test to CI Make sure Linux NPL tests pass. --- .github/workflows/build_ports.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_ports.yml b/.github/workflows/build_ports.yml index 727016d91..70a334959 100644 --- a/.github/workflows/build_ports.yml +++ b/.github/workflows/build_ports.yml @@ -39,6 +39,7 @@ jobs: make -C porting/examples/dummy/ clean all make -C porting/examples/linux/ clean all make -C porting/examples/linux_blemesh/ clean all + make -C porting/npl/linux/test/ clean all test - name: Build RIOT port if: success() || failure() continue-on-error: true
