Run .NET interop tests in parallel with all the other integration tests
Open
area:infrastructure
kind:refactor
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
Currently, we have a suite of integration tests (all run in parallel) and several .NET interop tests (C# + C), running sequentially.
We should somehow make them all run in parallel with each other, sharing the same parallelism pool.
Perhaps move the .NET interop tests into the common integration test assembly?
See `Cesium.CodeGen.Tests.CodeGenNetInteropTests` and `TODO[#488]` when implementing this.
Contributor guide
Assessment
This issue has not been assessed yet.