diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac3552c80..fcfa1d63b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file +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