Running Tests on PRs

  • Running tests after code is pushed to master might be a bit too late
  • Other people could pull your bad code
  • What happens if the test fails? Who sees it?
  • Running tests during PRs might be more convenient
  • Can we automate this?

18 / 25