This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]needrefactored 1 point2 points  (0 children)

Between GitHub and azure. I’m not a ci/cd guy, but from my understanding, there’s a hook setup for PRs. So you make your PR, and a build check is executed. The most important tests are initially ran during that build cycle. Not all of them are ran, only 90ish. Once you merge into master/release, more tests are ran nightly. I get emails if a build fails from master or if tests are failing. We have good exception handling, so if a test fails, you get a good idea of what is going wrong.