mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
It's unlikely that a specific value matters, though in theory possible; however, an exhaustive test every time is really slow, and testing a couple random values should, over time, cover everything. It is fine to test random values because those tested will be logged, so the problem can be manually reproduced later. It does make CI technically not deterministic... but that should be fine.