Hacker News new | ask | show | jobs
by chipdart 732 days ago
> If your tests only run as part of deploy, you've already lost.

I think you got things in reverse.

Deployments happen at each pipeline run. At each pipeline run, you run tests.

Continuous deployment.