ci: Add linux power NPL test to CI

Make sure Linux NPL tests pass.
This commit is contained in:
Szymon Janc
2023-07-20 15:58:37 +02:00
parent fd20c10596
commit e6e583e523
+1
View File
@@ -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