Dev Radar
Support
LiveUpdated 2026-09-24 10:22 UTC

Our Go codebase has more test LOCs than actual code.

Our Go codebase has more test LOCs than actual code. Rerunning all those tests really adds up and we needed a…

This is a dev post classified by Jev as Testing & observability (a tool drop), kept by the Dev Radar because it carries real work, not commentary.

Our Go codebase has more test LOCs than actual code. Rerunning all those tests really adds up and we needed a solution. A while ago I built a Go test runner with a shared S3 cache. Nothing fancy really, but you can share the cache with your team and CI. But now that we use @AmpCode orbs a lot, it's really paying off. Every orb runs the full test suite in a fraction of the time and we can ship those changes with more confidence. just replace `go test ./...` with `rask ./...` https://github.com/chronark/rask

Posted by chronark (7.9k followers) 16 h ago · 0 likes · 11 views · view the original post on X. Kept by the Dev Radar as Testing & observability. Tools mentioned: rask.

More dev work like this

Every post is read and classified by Jev (TypeSafe): what it is, which market it belongs to, and whether the link is a real tool. 23.4k posts from 5k X accounts over the last 21 days, 2.7k tools, 12 markets. Collected every 5 minutes, fully re-ranked every hour — last update 2026-09-24 10:22 UTC. Full method.