Skip to content
/ bits Public

Latest commit

 

History

History
40 lines (34 loc) · 1.7 KB

File metadata and controls

40 lines (34 loc) · 1.7 KB

CI can wait

Automated tests are great. Being able to have a machine verify you’ve not made any mistakes can speed up the process of extending a system.

I could investigate why this is taking so long on GitHub, because locally:

/usr/bin/time devenv shell --quiet -- just test 2>&1

I’ll come back to CI on GitHub when the pain presents itself, and run things locally until then.