diff --git a/.github/workflows/CI-cygwin.yml b/.github/workflows/CI-cygwin.yml index 4c86e9e13daf..ed351f7283e7 100644 --- a/.github/workflows/CI-cygwin.yml +++ b/.github/workflows/CI-cygwin.yml @@ -54,3 +54,5 @@ jobs: python3 ..\misra.py -verify misra\misra-test.c.dump ..\..\cppcheck.exe --addon=misra --enable=style --inline-suppr --enable=information --error-exitcode=1 misra\misra-ctu-1-test.c misra\misra-ctu-2-test.c + # TODO: add python tests + diff --git a/.github/workflows/CI-mingw.yml b/.github/workflows/CI-mingw.yml index 54cc5de399ee..d0b69b344691 100644 --- a/.github/workflows/CI-mingw.yml +++ b/.github/workflows/CI-mingw.yml @@ -69,3 +69,5 @@ jobs: make VERBOSE=1 RDYNAMIC=-lshlwapi -j2 check env: LDFLAGS: -fuse-ld=lld # use lld for faster linking + + # TODO: add python tests