Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 40ae636

Browse files
committed
build: randomize test order
1 parent b2c9688 commit 40ae636

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,13 @@
341341
</execution>
342342
</executions>
343343
</plugin>
344+
<plugin>
345+
<groupId>org.apache.maven.plugins</groupId>
346+
<artifactId>maven-surefire-plugin</artifactId>
347+
<configuration>
348+
<runOrder>random</runOrder>
349+
</configuration>
350+
</plugin>
344351
</plugins>
345352
</build>
346353
</profile>

0 commit comments

Comments
 (0)