Skip to content

Commit

Permalink
Reenable compiled mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Jun 11, 2024
1 parent 3095afc commit f4657a9
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
<executions>
<execution>
<id>PCT</id>
<configuration>
<skipTests>false</skipTests>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit f4657a9

Please sign in to comment.