arion
arion copied to clipboard
tests should not run on compile failure
currently if you have a compile failure in a file that's depended on by tests, you'll get multiple reports of the compile failure as all of the tests that rely on it fail at the load step.
Time to make a switch to hint or ide-backend I guess.