Skip to content

Commit d5b3946

Browse files
committed
include appengine in graalvm tests
1 parent 8382068 commit d5b3946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ graalvm17)
8181
;;
8282
graalvmA)
8383
# Run Unit and Integration Tests with Native Image
84-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test -pl '!google-http-client-appengine'
84+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test
8585
RETURN_CODE=$?
8686
;;
8787
graalvmB)
8888
# Run Unit and Integration Tests with Native Image
89-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test -pl '!google-http-client-appengine'
89+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative,native-tests,native-deps test
9090
RETURN_CODE=$?
9191
;;
9292
samples)

0 commit comments

Comments
 (0)