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 · May be fixed by #354
Open

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

rmunn opened this issue Mar 15, 2024 · 0 comments · May be fixed by #354
Assignees

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.

@rmunn rmunn self-assigned this Oct 29, 2024
@rmunn rmunn linked a pull request Oct 29, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant