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

Run test for autogenerated config in subprocess #47

Merged
merged 1 commit into from
Jan 3, 2023
Merged

Conversation

filmor
Copy link
Member

@filmor filmor commented Jan 3, 2023

Only a single version of a dotnet-core runtime can be loaded at a given time. This off-loads one of our tests to a subprocess (the same pattern would work if we did this for the other test). Could be cleaner, but this will do for now.

Fixes #46

Only a single version of a dotnet-core runtime can be loaded at a given
time. This off-loads one of our tests to a subprocess (the same pattern
would work if we did this for the other test). Could be cleaner, but
this will do for now.
@filmor filmor merged commit c5d1a92 into master Jan 3, 2023
@filmor filmor deleted the fix-test branch January 3, 2023 11:57
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 this pull request may close these issues.

Tests fail to run if a newer runtime than 6.0 is installed
1 participant