This is an automated email from the ASF dual-hosted git repository.
dcromberge pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/2.0.X by this push:
new 4526835 Update README.md
4526835 is described below
commit 4526835cca2a47135086af268991d12c23d8fe94
Author: David Cromberge <[email protected]>
AuthorDate: Thu Sep 9 17:32:14 2021 +0100
Update README.md
Clarify the behaviour of the C/I tests. Running these does not
exclude the normal unit tests that execute against each Maven
module.
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 982b2f4..f16900d 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ The Maven build requires the following JDKs to compile:
Before building, first ensure that your local environment has been configured
according to the [Maven Toolchains Configuration](docs/maven-toolchains.md).
-There are two types of tests: normal unit tests and tests run by the strict
profile.
+There are three types of tests: normal unit tests, tests run by the strict
profile and continuous integration(C/I) tests.
+The C/I tests target the Multi-Release (MR) JAR and run the entire test suite
using a specific version of Java. Running the C/I test command also runs the
default unit tests.
To run normal unit tests:
@@ -137,7 +138,7 @@ To run javadoc on this multi-module project, use:
$ mvn clean process-classes javadoc:javadoc -DskipTests=true
-To run the CI tests against the multi-release JAR for specific JVM versions
[9-13], use:
+To run the C/I tests against the multi-release JAR for specific JVM versions
[9-13], use:
$ mvn clean package -Denvironment=ci -Dmatrix.jdk.version=9
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]