does this speed up the test run?

This commit is contained in:
Phred 2021-09-11 07:52:48 -05:00
parent e0d2aa738f
commit 17a9d74046
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0

View file

@ -29,4 +29,4 @@ jobs:
- run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -T 1C
# https://docs.travis-ci.com/user/languages/java/#maven-default-script-command
- run: mvn test -B
- run: mvn test -B -T 1C