mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
Enable Werror for Posix Demo Coverage Test target Werror cannot be enabled for the non coverage test because tracelyzer code generates warnings in that target. Also add "Build Posix_GCC Demo for Coverage Test" in the PR checks to catch warnings from kernel code in PR checks. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>