likeastore / heartbeat

Health monitoring of HTTP services and databases.
109 stars 21 forks source link

Run all tests before every commit. #6

Closed gtramontina closed 9 years ago

gtramontina commented 9 years ago

This is a little bit of self-marketing on a module of my own, but it proved to be very valuable to have all tests passing before commiting, specially on an open-source project. It also gently forces us to develop fast tests, as they'll run everytime.

alexbeletsky commented 9 years ago

I've seen ghooks in your profile and I liked the idea :) merging in!