Use GR's release action (#205)

This commit is contained in:
Patrick Stevens
2025-01-10 13:45:56 +00:00
committed by GitHub
parent 9d26610384
commit e7c31b5366
3 changed files with 25 additions and 155 deletions

View File

@@ -12,5 +12,4 @@ However, we would recommend phrasing some of them differently, for maximum peace
## Parallelism
WoofWare.NUnitTestRunner has *limited* support for parallelism.
By default, we run tests serially; we may or may not respect the NUnit parallelism attributes to any given extent (but we will never incorrectly run tests in parallel).
For example, as of this writing, we do not run any tests in parallel (but the internal infrastructure is set up so that we will be able to do this soon).
By default, we run tests in parallel, taking half the available processors; we may or may not respect the NUnit parallelism attributes to any given extent that they tell us to be *more* parallel (but we will never incorrectly run tests in parallel).