Skip to content

Commit

Permalink
fix tests running when skipTests provided (#4297)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
shoothzj committed Apr 18, 2024
1 parent 01fe956 commit f3800f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions circe-checksum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<include>**/*.cpp</include>
</includes>
</cpp>
<skipTests>${skipTests}</skipTests>
<!-- skip by default, enabled in OS profiles -->
<skip>true</skip>
</configuration>
Expand Down
3 changes: 3 additions & 0 deletions cpu-affinity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<skipTests>${skipTests}</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f3800f1

Please sign in to comment.