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

Simplify CI to Ubuntu-only testing. #25

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

carlosforero
Copy link
Member

This change focuses the CI Test job exclusively on the Ubuntu platform. Given Valgo's reliance on Go's standard library and its independence from operating system-specific functionalities.

This adjustment makes our CI process more efficient, reducing resource consumption and build times without compromising the reliability or coverage of our tests. It reflects our confidence in Go's cross-platform compatibility for projects like ours that primarily utilize language features and standard libraries.

This decision will be revisited periodically to ensure it continues to align with the project's evolution and requirements.

This change focuses the CI Test job exclusively on the Ubuntu platform.
Given Valgo's reliance on Go's standard library and its independence
from operating system-specific functionalities.

This adjustment makes our CI process more efficient, reducing resource
consumption and build times without compromising the reliability or
coverage of our tests. It reflects our confidence in Go's cross-platform
compatibility for projects like ours that primarily utilize language
features and standard libraries.

This decision will be revisited periodically to ensure it continues to
align with the project's evolution and requirements.
@carlosforero carlosforero merged commit 2cbfa20 into master Apr 8, 2024
4 checks passed
@carlosforero carlosforero deleted the feature/simplify-ci-to-ubuntu-only branch April 8, 2024 03:41
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.

1 participant