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

Enhance test coverage: Add Go 1.21 to matrix and enable data race detection #119

Merged
merged 6 commits into from
Oct 18, 2023

Conversation

alesr
Copy link
Contributor

@alesr alesr commented Aug 14, 2023

This pull request enhances the testing process with the following changes:

Expanded Test Matrix: Added Go 1.21 to the test matrix to improve compatibility coverage.

Enabled Data Race Detection: Included the -race flag in the test command to detect potential race conditions during test execution, improving code reliability.

@lucasmdrs lucasmdrs merged commit 2270c21 into hellofresh:master Oct 18, 2023
@lucasmdrs
Copy link
Contributor

Thank you for bringing this up @alesr

I took the liberty to fix a few details to short the response cycle and get it merge so I can work on bumping the minimal version in a next PR, I hope you don't mind.

Again, much appreciated 💚

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.

2 participants