-
Hey, I wanted to ask what kind of tests Micronaut runs to validate its compatibility with native image? I'm interested in finding some examples to learn what the best practices are and how to get more code coverage. |
Beta Was this translation helpful? Give feedback.
Answered by
ilopmar
Nov 25, 2021
Replies: 1 comment 1 reply
-
We run full integration tests every night with different versions of Micronaut and GraalVM. By integration tests I mean:
Our test applications are here https://github.com/orgs/micronaut-graal-tests and this is our CI https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/pipelines. At this moment we run tests for:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dzou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We run full integration tests every night with different versions of Micronaut and GraalVM. By integration tests I mean:
Our test applications are here https://github.com/orgs/micronaut-graal-tests and this is our CI https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/pipelines.
At this moment we run tests for: