|
|
|
|
|
by dnesteruk
5677 days ago
|
|
Continuous integration happens on very commit. You have to physically commit your changes to source control, in which case your CI system picks it up. Continuous testing happens on every save. You safe a file, it gets synced with another machine, the build happens there. If the build succeeds, tests run and you get immediate feedback on whether you broke anything. |
|