no parallel tests

This commit is contained in:
Phred 2021-09-11 09:42:04 -05:00
parent 17a9d74046
commit 7fbb2ceddd
No known key found for this signature in database
GPG key ID: 8103F27168DAA2A0

View file

@ -29,4 +29,6 @@ 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 -T 1C
# tests are interdependent and require a specific order
# running in parallel causes some tests to fail
- run: mvn test -B # -T 1C