Do not build tests for release
Some checks failed
Build ptprnt / build (push) Failing after 36s

This commit is contained in:
2025-10-19 12:33:17 +02:00
parent caa5b7a279
commit c94505dc0d
5 changed files with 33 additions and 14 deletions

View File

@@ -108,7 +108,12 @@ else
echo -e "${YELLOW}Warning: Coverage is only supported for debug builds, ignoring --coverage${NC}"
fi
echo -e "${BLUE}Building release version${NC}"
if [[ "${RUN_TESTS}" == true ]]; then
echo -e "${YELLOW}Warning: Tests are not built for release builds (use debug build for testing)${NC}"
RUN_TESTS=false
fi
echo -e "${BLUE}Building release version (tests disabled)${NC}"
fi
# Setup or reconfigure build directory