mirror of https://github.com/apache/druid.git
Add thread count to pre-push hook to speed up checking (#11808)
* Add thread count to accelerate checking * add comment
This commit is contained in:
parent
cfd60f1222
commit
e77938b205
|
@ -14,4 +14,5 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
mvn checkstyle:checkstyle --fail-at-end
|
||||
# set thread count to 2 times of cores to speed up checking
|
||||
mvn checkstyle:checkstyle -T 2C --fail-at-end
|
||||
|
|
Loading…
Reference in New Issue