Y
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
matt_kantor
20 days ago
> And we're 'flying blind' without CI runs
You should never entirely depend on a third party service to run your tests, either.
link
cryo32
20 days ago
make test
Should work without CI
link
You should never entirely depend on a third party service to run your tests, either.