mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Fix formatting typo in build section
This commit is contained in:
@@ -109,9 +109,9 @@ cd quarkus
|
||||
|
||||
The default build does not create native images, which is quite time consuming.
|
||||
|
||||
Note that the full build with all tests is quite slow, you will usually want to build with ``-DskipTests`. This will also
|
||||
Note that the full build with all tests is quite slow, you will usually want to build with `-DskipTests`. This will also
|
||||
skip creation of the integration-test runner jars. If you want to skip tests but still create the runners you can set
|
||||
`-DskipTests -Dquarkus.build.skip=fase`
|
||||
`-DskipTests -Dquarkus.build.skip=false`
|
||||
|
||||
You can build and test native images in the integration tests supporting it by using `./mvnw install -Dnative`.
|
||||
|
||||
@@ -148,4 +148,4 @@ DevMojoIT require a few minutes to run but anything more than that is not expect
|
||||
* The native integration test for my extension didn't run in the CI
|
||||
|
||||
In the interest of speeding up CI, the native build stage `run_native_tests_stage` have been split into multiple steps.
|
||||
This means that each new extension needs to be configured explicitly in `azure-pipelines.yml` to have it's integration tests run in native mode
|
||||
This means that each new extension needs to be configured explicitly in `azure-pipelines.yml` to have it's integration tests run in native mode
|
||||
|
||||
Reference in New Issue
Block a user