enable preview for all tests too

This commit is contained in:
Jonathan Shook
2024-07-31 14:22:08 -05:00
parent fd18bd2694
commit 4f22bf113d
6 changed files with 13 additions and 4 deletions

View File

@@ -142,6 +142,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--enable-preview @{argLine}</argLine>
<groups>perf</groups>
</configuration>
</plugin>