riverscuomo / public-bug-hunt

A place to file bug reports for all of my apps
GNU General Public License v3.0
6 stars 0 forks source link

automate testing #93

Closed riverscuomo closed 8 months ago

riverscuomo commented 8 months ago

Keep in mind, running integration tests might slow down your git push operation because your tests will run each time you issue git push. If your test suite grows and it takes lots of time to execute, it might slow down your work. In this case, consider running only unit and widget tests on pre-push, and leaving integration tests to your continuous integration pipeline.

riverscuomo commented 8 months ago

added script to pre-push hook .git