Run integration tests during ci build.

See #1637
This commit is contained in:
Jens Schauder
2023-10-11 15:18:29 +02:00
parent 16ab1c4842
commit 64eeecd1e3

View File

@@ -292,7 +292,7 @@
</execution>
<execution>
<id>failsafe-verify</id>
<phase>verify</phase>
<phase>integration-test</phase>
<goals>
<goal>verify</goal>
</goals>