Skip to content

Commit

Permalink
fix(java): add -ntp flag to native image testing command (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou committed Dec 6, 2021
1 parent bc87836 commit 723f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/java_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
mvn -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
samples)
Expand Down

0 comments on commit 723f3ce

Please sign in to comment.