Run tests only affected by last commit

master
agibsonccc 2021-03-05 16:26:07 +09:00
parent fa8537f0c7
commit 9787896117
1 changed files with 17 additions and 0 deletions

17
pom.xml
View File

@ -314,6 +314,7 @@
<neoitertools.version>1.0.0</neoitertools.version>
<rxjava.version>2.2.0</rxjava.version>
<kotlin.version>1.4.30</kotlin.version>
<junit4git.version>1.3</junit4git.version>
</properties>
@ -410,6 +411,12 @@
<artifactId>netty-codec-dns</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.walkmod</groupId>
<artifactId>junit4git</artifactId>
<version>${junit4git.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
@ -791,6 +798,10 @@
<classifier>${dl4j-test-resources.classifier}</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.walkmod</groupId>
<artifactId>junit4git</artifactId>
</dependency>
</dependencies>
</profile>
<profile>
@ -1105,6 +1116,12 @@
<environmentVariables>
<DL4J_INTEGRATION_TESTS>true</DL4J_INTEGRATION_TESTS>
</environmentVariables>
<properties>
<property>
<name>listener</name>
<value>org.walkmod.junit4git.junit4.Junit4GitListener</value>
</property>
</properties>
</configuration>
</plugin>
</plugins>