Skip to content

Commit

Permalink
chore: Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Nov 27, 2024
1 parent 80d1a05 commit 5374a42
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
# Compile the Handwritten Library with the Protobuf-Java version to test source compatibility
# Run unit tests to help check for any behavior differences (dependant on coverage)
mvn clean test -B -V -ntp \
-DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
Expand Down

0 comments on commit 5374a42

Please sign in to comment.