Thanks to Guiguiprim for their contributions to this release!
Added
- Filter test binaries by the build platform they're for (target or host).
- Experimental support for reusing build artifacts between the build and run steps.
- Nextest executions done as a separate process per test (currently the only supported method, though this might change in the future) set the environment variable
NEXTEST_PROCESS_MODE=process-per-test.
Changed
TargetRunnernow has separate handling for the target and host platforms. As part of this, a new structPlatformRunnerrepresents a target runner for a single platform.