https://issues.dlang.org/show_bug.cgi?id=24584
--- Comment #1 from Nick Treleaven <[email protected]> --- > running all tests despite any failing tests would be useful Looks like Gnu make has a -k option for that: https://www.gnu.org/software/make/manual/html_node/Options-Summary.html#index-_002d_002dkeep_002dgoing-2 Not tested. But regardless it would be useful if there was a way to run an individual module's unittests rather than have to rerun the ones that already succeeded. --
