Skip to content

Commit 1d9520b

Browse files
committed
Document fast profile in contributing documentation
Closes gh-8424
1 parent 26c3469 commit 1d9520b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ The project can be built from the root directory using the standard maven comman
8888
NOTE: You may need to increase the amount of memory available to Maven by setting
8989
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`
9090

91-
If you are rebuilding often, you might also want to skip the tests until you are ready
92-
to submit a pull request:
91+
If you are rebuilding often, you might also want to skip the tests and the execution of
92+
checkstyle until you are ready to submit a pull request:
9393

9494
[indent=0]
9595
----
96-
$ ./mvnw clean install -DskipTests
96+
$ ./mvnw clean install -DskipTests -Pfast
9797
----
9898

9999

0 commit comments

Comments
 (0)