We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba44d1 commit f9935a6Copy full SHA for f9935a6
.kokoro/build.sh
@@ -70,14 +70,13 @@ integration)
70
-Dcheckstyle.skip=true \
71
-DskipUnitTests=true \
72
-Dfmt.skip=true \
73
- -Dfailsafe.failIfNoSpecifiedTests=false \
74
-fae \
75
verify
76
RETURN_CODE=$?
77
;;
78
graalvm)
79
# Run Unit and Integration Tests with Native Image
80
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true -Dfailsafe.failIfNoSpecifiedTests=false
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
81
82
83
samples)
0 commit comments