Commits


Gil authored and GitHub committed de64b235de6
Make fuzzing run in the test stage (#1716) Stages, even when cut off early with if_cron, still take about two minutes to run. The fuzz_test stage was waiting for all tests to complete before starting, which was artificially adding two minutes to every build. Use a different method to keep this visually distinct from the rest.