gitlab-ci: enable lint and run tools scripts in parallel
* splitting out the tools script allows less things to happen on the main job, and runs the tools script in parallel, which should speed things up. * `gradle check` also runs lint, and anything else we might add to that meta-target. * `gradle build` also runs tests, `gradle assemble` does not
Showing
Please register or sign in to comment