Skip to content

Commit

Permalink
Run integration tests by default.
Browse files Browse the repository at this point in the history
(cherry picked from commit a8e1575)
  • Loading branch information
dkocher committed Jun 19, 2023
1 parent 7f473ca commit 5d01a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<!-- Skip integration tests by default with failsafe plugin -->
<skipITs>true</skipITs>
<skipITs>false</skipITs>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 5d01a36

Please sign in to comment.