Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak GitHub Actions workflow to run tests on multiple TargetFrameworks in parallel #333

Open
rmunn opened this issue Mar 15, 2024 · 0 comments

Comments

@rmunn
Copy link
Contributor

rmunn commented Mar 15, 2024

Currently the Windows tests are run against net461 and net6.0, and #332 adds net8.0. Once #332 is merged it will take about 2 hours to run the Windows tests, which run in series rather than in parallel. It would be nice to use a matrix to specify the target framework to run the tests against, so that net461, net6.0, and net8.0 tests can all run in parallel on different runners. This would take the runtime of the CI build from 2 hours to roughly 40-45 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant