3
dprinz
7y

Pushing Changes without running the automated tests on my local machine.

Comments
  • 0
    you're just a smart man - you realize that your local computer tests are insignificant to the remote integration test...which is the push.
  • 2
    Haha I've done that too.
  • 0
    Our unit tests need about 40 minutes to run, so I think it's OK to not run it in every commit. You cannot work while the test cases are running, so.. meeh 🤓
  • 0
    @dots maybe you should split your monolith. Waiting 40min to see if you have broken something is really bad.
Add Comment