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

add a job matrix, fix v4 mono #30

Merged
merged 17 commits into from
Jun 25, 2023
Merged

add a job matrix, fix v4 mono #30

merged 17 commits into from
Jun 25, 2023

Conversation

baabcantcode
Copy link
Collaborator

@baabcantcode baabcantcode commented Jun 25, 2023

resolves #29

the test matrix change is just: moving everything to its own job - a normal GH Action matrix doesnt work well due to a matrix running every parameter combination.

the mono fix is due to the docker image not having the .net 6 sdk

@RGonzalezTech i'd recommend immediately patching the 4.0 release so that mono will correctly work. the mono errors were being covered up by the way the single job tests were being run.

RGonzalezTech
RGonzalezTech previously approved these changes Jun 25, 2023
Copy link
Collaborator

@RGonzalezTech RGonzalezTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, LGTM 👍

Update the README to v4.1 and I can release v4.1

EDIT: Let me know if overwriting v4 would be best. I don't really mind either way.

@RGonzalezTech RGonzalezTech mentioned this pull request Jun 25, 2023
@baabcantcode
Copy link
Collaborator Author

baabcantcode commented Jun 25, 2023

Good catch, LGTM 👍

Update the README to v4.1 and I can release v4.1

EDIT: Let me know if overwriting v4 would be best. I don't really mind either way.

i think we're supposed to keep the actual version 4 as the most up-to-date minor version of 4. so e.g. 4.1.3 if that's most recent should also get the tag of 4, and when 4.2 releases we'd also want that to get the 4 tag. i can't remember how to do that tho x.x

@baabcantcode baabcantcode merged commit 4e8e966 into master Jun 25, 2023
@baabcantcode baabcantcode deleted the job-matrix branch June 25, 2023 03:03
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.

parallelize tests
2 participants