With continuous integration, it makes a lot of sense to re-run failed unit tests first the next time a cycle starts. This shortens the feedback loop.
Is there any known way to achieve this with CCNet and NUnit?
In principle, CCNet would have to have "memory" of which unit tests failed and NUnit would need to be instructed to run them in a different order.