Hacker News new | ask | show | jobs
by jpollock 999 days ago
That's not how CI works? CI is the backend verifying that the tests pass, not that the developer has run the tests.

From what I understand, requiring developers to assert they run the tests and not run them again from a clean checkout before pushing to prod is likely a compliance problem (SOX, PCI, etc).