Skip to content

Commit

Permalink
Merge pull request #21 from spotify/mattbrown/feline-tests-not-running
Browse files Browse the repository at this point in the history
ensure tests are actually executed for 'feline' module
  • Loading branch information
protocol7 authored Aug 5, 2022
2 parents e7de5ca + 5087a55 commit 926016a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions feline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<failIfNoTests>true</failIfNoTests>
</configuration>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
Expand Down

0 comments on commit 926016a

Please sign in to comment.