Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 14c80f6

Browse files
author
Aleksi Salmela
committed
Run failing unit tests 3 times in appveyor.
1 parent 69154a0 commit 14c80f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ install:
1616
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
1717
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
1818
build_script:
19-
- mvn clean install --batch-mode
19+
# just in case run mvn clean
20+
- mvn clean
21+
test_script:
22+
- mvn -Dsurefire.rerunFailingTestsCount=3 test
23+
- mvn checkstyle:check
2024
cache:
2125
- C:\maven\
2226
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)