polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

As an AUI dev, I'd like CI to let me know if my code (will) passes tests. #67

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

Although tests can be run locally, when there are more contributors or a person needs to make subsequent changes (say to satisfy a code review), it's common for them to need to know if this code passes tests when it will integrate with latest. Devs should be doing this locally, but this can slip. Also, this can allow a dev to work faster as they can offload their test running to CI.