From e6e583e52307ef03a6a2e037397c14b9a81fc0c3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 20 Jul 2023 15:58:37 +0200 Subject: [PATCH] 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