mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 03:49:36 +00:00
68d3ef8e76
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.