Skip to content

Commit

Permalink
Enable tests for backwardCompatTests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 6, 2024
1 parent ed1a774 commit 26eeb77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/backward-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
<module>yahoo-custom-version</module>
<module>bc-non-fips</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 26eeb77

Please sign in to comment.