Run native tests on the CI regularly
sdeleuze opened this issue · 0 comments
sdeleuze commented
Currently before a Spring Framework or Spring Boot release, one has to run the native tests locally to check there is no breakage. This should not be needed, and there has been several examples of regressions that were detected late because of the lack of automated tests on the CI.
Native tests are long and costly in term of resources, but running them for example once a day would be great.