Hacker News new | ask | show | jobs
by bouk 20 days ago
We could still deploy manually but it's suboptimal! And we're 'flying blind' without CI runs
2 comments

> And we're 'flying blind' without CI runs

You should never entirely depend on a third party service to run your tests, either.

   make test
Should work without CI